diff options
Diffstat (limited to 'src/message.c')
-rw-r--r-- | src/message.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/message.c b/src/message.c index fcd8f51d94..82cdb07598 100644 --- a/src/message.c +++ b/src/message.c @@ -1311,7 +1311,7 @@ str2special_save ( garray_T ga; char_u *p = str; - ga_init2(&ga, 1, 40); + ga_init(&ga, 1, 40); while (*p != NUL) ga_concat(&ga, str2special(&p, is_lhs)); ga_append(&ga, NUL); |