diff options
Diffstat (limited to 'src/term.c')
-rw-r--r-- | src/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/term.c b/src/term.c index 0b7462d232..f1f0ff2b0a 100644 --- a/src/term.c +++ b/src/term.c @@ -4716,7 +4716,7 @@ translate_mapping ( int cpo_special; int cpo_keycode; - ga_init2(&ga, 1, 40); + ga_init(&ga, 1, 40); cpo_bslash = (vim_strchr(p_cpo, CPO_BSLASH) != NULL); cpo_special = (vim_strchr(p_cpo, CPO_SPECI) != NULL); |