forked from aniani/vim
patch 9.0.1480: using popup menu may leave text in the command line
Problem: Using popup menu may leave text in the command line.
Solution: Clear the command line if the popup menu covered it. (Luuk van
Baal, closes #12286)
This commit is contained in:
committed by
Bram Moolenaar
parent
f39d9e9dca
commit
dcd40cfca0
@@ -695,6 +695,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1480,
|
||||
/**/
|
||||
1479,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user