1
0
forked from aniani/vim

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. */
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;
}
/*