]> granicus.if.org Git - vim/commitdiff
updated for version 7.1a
authorBram Moolenaar <Bram@vim.org>
Sun, 6 May 2007 13:45:52 +0000 (13:45 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 May 2007 13:45:52 +0000 (13:45 +0000)
src/edit.c

index a4be291ef3839ba76de8ec75c36a65f0a8450544..7eafb85438d1988fa434f6f83b6eb3c7d00f6642 100644 (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)