Skip to content

Commit 777ae8a

Browse files
committed
updated for version 7.4.018
Problem: When completing item becomes unselected. (Shougo Matsu) Solution: Revert patch 7.3.1269.
1 parent 2a951b7 commit 777ae8a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/edit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3467,7 +3467,6 @@ ins_compl_new_leader()
34673467
}
34683468

34693469
compl_enter_selects = !compl_used_match;
3470-
compl_shown_match = compl_curr_match = compl_first_match;
34713470

34723471
/* Show the popup menu with a different set of matches. */
34733472
ins_compl_show_pum();

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,8 @@ static char *(features[]) =
738738

739739
static int included_patches[] =
740740
{ /* Add new patch number below this line */
741+
/**/
742+
18,
741743
/**/
742744
17,
743745
/**/

0 commit comments

Comments
 (0)