diff --git a/src/edit.c b/src/edit.c index b42b930f1b..e60ec1995e 100644 --- a/src/edit.c +++ b/src/edit.c @@ -3467,6 +3467,7 @@ 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 463098792f..8022a78f38 100644 --- a/src/version.c +++ b/src/version.c @@ -728,6 +728,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1269, /**/ 1268, /**/