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

committed by
Thiago de Arruda

parent
e02790cad4
commit
5d30654512
@@ -1490,7 +1490,7 @@ void ex_menutranslate(exarg_T *eap)
|
||||
char_u *from, *from_noamp, *to;
|
||||
|
||||
if (menutrans_ga.ga_itemsize == 0)
|
||||
ga_init2(&menutrans_ga, (int)sizeof(menutrans_T), 5);
|
||||
ga_init(&menutrans_ga, (int)sizeof(menutrans_T), 5);
|
||||
|
||||
/*
|
||||
* ":menutrans clear": clear all translations.
|
||||
|
Reference in New Issue
Block a user