1
0
forked from aniani/vim

updated for version 7.4.018

Problem:    When completing item becomes unselected. (Shougo Matsu)
Solution:   Revert patch 7.3.1269.
This commit is contained in:
Bram Moolenaar
2013-09-05 12:49:52 +02:00
parent 966d71c852
commit f0d9e00537
2 changed files with 2 additions and 1 deletions

View 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();