mirror of
https://github.com/neovim/neovim.git
synced 2025-09-12 22:38:16 +00:00
Rename ga_init2() to ga_init()
This commit is contained in:

committed by
Thiago de Arruda

parent
e02790cad4
commit
5d30654512
@@ -1959,7 +1959,7 @@ int mch_call_shell(char_u *cmd, ShellOpts opts, char_u *extra_shell_arg)
|
||||
}
|
||||
|
||||
if (opts & kShellOptRead)
|
||||
ga_init2(&ga, 1, BUFLEN);
|
||||
ga_init(&ga, 1, BUFLEN);
|
||||
|
||||
noread_cnt = 0;
|
||||
# if defined(HAVE_GETTIMEOFDAY) && defined(HAVE_SYS_TIME_H)
|
||||
|
Reference in New Issue
Block a user