mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00:00
Rename ga_init2() to ga_init()
This commit is contained in:

committed by
Thiago de Arruda

parent
e02790cad4
commit
5d30654512
@@ -3208,7 +3208,7 @@ char_u *map_mode_to_chars(int mode)
|
||||
{
|
||||
garray_T mapmode;
|
||||
|
||||
ga_init2(&mapmode, 1, 7);
|
||||
ga_init(&mapmode, 1, 7);
|
||||
|
||||
if ((mode & (INSERT + CMDLINE)) == INSERT + CMDLINE)
|
||||
ga_append(&mapmode, '!'); /* :map! */
|
||||
|
Reference in New Issue
Block a user