changeset 1159:b5ee70fc4b0c

updated for version 7.1a
author vimboss
date Sun, 06 May 2007 13:45:52 +0000
parents b1998c1e1f19
children 4d649198593f
files src/edit.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/edit.c
+++ b/src/edit.c
@@ -2713,7 +2713,7 @@ ins_compl_dictionaries(dict_start, pat, 
 	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)