]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.0-073 v7.0.073
authorBram Moolenaar <Bram@vim.org>
Tue, 29 Aug 2006 16:33:06 +0000 (16:33 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 29 Aug 2006 16:33:06 +0000 (16:33 +0000)
src/edit.c
src/version.c

index b5ab7a039f3d79bd8b789fb5442762e98cf676ff..aa03d8d87bbc4f89e23d39b29d9a2a2f210e2040 100644 (file)
@@ -3097,6 +3097,10 @@ ins_compl_new_leader()
 
     /* Show the popup menu with a different set of matches. */
     ins_compl_show_pum();
+
+    /* Don't let Enter select the original text when there is no popup menu. */
+    if (compl_match_array == NULL)
+       compl_enter_selects = FALSE;
 }
 
 /*
index 649290ef682d66eea492b2174ebde77b37822829..f7ab6154a56945519485936656694bacc572d550 100644 (file)
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    73,
 /**/
     72,
 /**/