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

committed by
Thiago de Arruda

parent
e02790cad4
commit
5d30654512
@@ -2017,7 +2017,7 @@ void ex_loadkeymap(exarg_T *eap)
|
||||
keymap_unload();
|
||||
|
||||
curbuf->b_kmap_state = 0;
|
||||
ga_init2(&curbuf->b_kmap_ga, (int)sizeof(kmap_T), 20);
|
||||
ga_init(&curbuf->b_kmap_ga, (int)sizeof(kmap_T), 20);
|
||||
|
||||
// Set 'cpoptions' to "C" to avoid line continuation.
|
||||
p_cpo = (char_u *)"C";
|
||||
|
Reference in New Issue
Block a user