1
0
forked from aniani/vim

patch 8.2.4865: :startinsert right after :stopinsert may not work

Problem:    :startinsert right after :stopinsert does not work when popup menu
            is still visible.
Solution:   Use ins_compl_active() instead of pum_visible(). (closes #10352)
This commit is contained in:
zeertzjq
2022-05-04 17:51:50 +01:00
committed by Bram Moolenaar
parent 0395f88b84
commit cd5dbad184
3 changed files with 12 additions and 1 deletions

View File

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