mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1a
This commit is contained in:
@@ -2713,7 +2713,7 @@ ins_compl_dictionaries(dict_start, pat, flags, thesaurus)
|
|||||||
char_u *pat_esc = vim_strsave_escaped(pat, (char_u *)"\\");
|
char_u *pat_esc = vim_strsave_escaped(pat, (char_u *)"\\");
|
||||||
|
|
||||||
if (pat_esc == NULL)
|
if (pat_esc == NULL)
|
||||||
goto theend ;
|
goto theend;
|
||||||
i = (int)STRLEN(pat_esc) + 10;
|
i = (int)STRLEN(pat_esc) + 10;
|
||||||
ptr = alloc(i);
|
ptr = alloc(i);
|
||||||
if (ptr == NULL)
|
if (ptr == NULL)
|
||||||
|
Reference in New Issue
Block a user