1
0
forked from aniani/vim

patch 8.2.4328: command line complete matches cleard when typing character

Problem:    Command line complete matches cleard when typing character.
            (Dominique Pellé)
Solution:   Only remove a popup menu if there is one.
This commit is contained in:
Bram Moolenaar
2022-02-08 17:40:36 +00:00
parent e3537aec2f
commit 73a16c22a4
5 changed files with 33 additions and 1 deletions

View File

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