1
0
forked from aniani/vim

patch 8.0.1479: insert mode completion state is confusing

Problem:    Insert mode completion state is confusing.
Solution:   Move ctrl_x_mode into edit.c.  Add CTRL_X_NORMAL for zero.
This commit is contained in:
Bram Moolenaar
2018-02-09 12:13:34 +01:00
parent dff72ba445
commit bc0e9adae9
6 changed files with 89 additions and 56 deletions

View File

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