]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.018 v7.4.018
authorBram Moolenaar <Bram@vim.org>
Thu, 5 Sep 2013 10:49:52 +0000 (12:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 5 Sep 2013 10:49:52 +0000 (12:49 +0200)
Problem:    When completing item becomes unselected. (Shougo Matsu)
Solution:   Revert patch 7.3.1269.

src/edit.c
src/version.c

index b76ebe5c10e9a4159deaf858123f4d657af109e2..6f8dc49a3ddad486dd2be2e4e6bd9f86b2e3dde9 100644 (file)
@@ -3467,7 +3467,6 @@ ins_compl_new_leader()
     }
 
     compl_enter_selects = !compl_used_match;
-    compl_shown_match = compl_curr_match = compl_first_match;
 
     /* Show the popup menu with a different set of matches. */
     ins_compl_show_pum();
index 97657b6e514bd80a62e1663ec1b42a8b63fdd609..abed945407ff825cb5b647cae10ff27a6a2ad2bf 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    18,
 /**/
     17,
 /**/