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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user