updated for version 7.1a

This commit is contained in:
vimboss
2007-05-06 13:45:52 +00:00
parent 5b10678a34
commit 405eede0df

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)