1
0
forked from aniani/vim

patch 7.4.2146

Problem:    Not enough testing for popup menu.  CTRL-E does not always work
            properly.
Solution:   Add more tests.  When using CTRL-E check if the popup menu is
            visible. (Christian Brabandt)
This commit is contained in:
Bram Moolenaar
2016-08-02 22:36:02 +02:00
parent 86f2cd5bc5
commit 472472898a
4 changed files with 213 additions and 8 deletions

View File

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