0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.0-073

This commit is contained in:
Bram Moolenaar
2006-08-29 16:33:06 +00:00
parent 265e5074b5
commit 7073cc84bc
2 changed files with 6 additions and 0 deletions

View File

@@ -3097,6 +3097,10 @@ ins_compl_new_leader()
/* Show the popup menu with a different set of matches. */ /* Show the popup menu with a different set of matches. */
ins_compl_show_pum(); ins_compl_show_pum();
/* Don't let Enter select the original text when there is no popup menu. */
if (compl_match_array == NULL)
compl_enter_selects = FALSE;
} }
/* /*

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
73,
/**/ /**/
72, 72,
/**/ /**/