From: Bram Moolenaar Date: Thu, 5 Sep 2013 10:49:52 +0000 (+0200) Subject: updated for version 7.4.018 X-Git-Tag: v7.4.018 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0d9e005375409a9f3a887a1a946afb9a45cdd34;p=vim updated for version 7.4.018 Problem: When completing item becomes unselected. (Shougo Matsu) Solution: Revert patch 7.3.1269. --- diff --git a/src/edit.c b/src/edit.c index b76ebe5c1..6f8dc49a3 100644 --- a/src/edit.c +++ b/src/edit.c @@ -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(); diff --git a/src/version.c b/src/version.c index 97657b6e5..abed94540 100644 --- a/src/version.c +++ b/src/version.c @@ -738,6 +738,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 18, /**/ 17, /**/