From 6519ac87d8fffb97f22f64289ce825544913d3ec Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Sun, 6 May 2007 13:45:52 +0000
Subject: [PATCH] updated for version 7.1a

---
 src/edit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
GitLab