0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1a

This commit is contained in:
Bram Moolenaar
2007-05-06 13:45:52 +00:00
parent d55de224a0
commit 6519ac87d8

View File

@@ -2713,7 +2713,7 @@ ins_compl_dictionaries(dict_start, pat, flags, thesaurus)
char_u *pat_esc = vim_strsave_escaped(pat, (char_u *)"\\");
if (pat_esc == NULL)
goto theend ;
goto theend;
i = (int)STRLEN(pat_esc) + 10;
ptr = alloc(i);
if (ptr == NULL)