We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a951b7 commit 777ae8aCopy full SHA for 777ae8a
2 files changed
src/edit.c
@@ -3467,7 +3467,6 @@ ins_compl_new_leader()
3467
}
3468
3469
compl_enter_selects = !compl_used_match;
3470
- compl_shown_match = compl_curr_match = compl_first_match;
3471
3472
/* Show the popup menu with a different set of matches. */
3473
ins_compl_show_pum();
src/version.c
@@ -738,6 +738,8 @@ static char *(features[]) =
738
739
static int included_patches[] =
740
{ /* Add new patch number below this line */
741
+/**/
742
+ 18,
743
/**/
744
17,
745
0 commit comments