1
0
forked from aniani/vim

patch 8.2.3389: cannot stop insert mode completion without side effects

Problem:    Cannot stop insert mode completion without side effects.
Solution:   Add CTRL-X CTRL-Z. (closes #8821)
This commit is contained in:
zeertzjq
2021-08-31 19:12:51 +02:00
committed by Bram Moolenaar
parent 4eaef9979f
commit dca29d9cf4
5 changed files with 119 additions and 7 deletions

View File

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