1
0
forked from aniani/vim

patch 8.2.1762: when a timer uses :stopinsert completion isn't stopped

Problem:    When a timer uses :stopinsert Insert mode completion isn't
            stopped. (Stanley Chan)
Solution:   Call ins_compl_prep(ESC).
This commit is contained in:
Bram Moolenaar
2020-09-27 20:13:03 +02:00
parent ac564082f1
commit d0e1b7103c
4 changed files with 39 additions and 0 deletions

View File

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