summaryrefslogtreecommitdiffstats
path: root/src/edit.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-06 13:45:52 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-06 13:45:52 +0000
commit6519ac87d8fffb97f22f64289ce825544913d3ec (patch)
tree100a8e48b4c2b11f0635626616c4437a9f8ddd10 /src/edit.c
parentd55de224a0f05debd029c163508f2819730ff9c9 (diff)
updated for version 7.1a
Diffstat (limited to 'src/edit.c')
-rw-r--r--src/edit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/edit.c b/src/edit.c
index a4be291ef3..7eafb85438 100644
--- a/src/edit.c
+++ b/src/edit.c
@@ -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)