1
0
forked from aniani/vim

patch 8.1.1920: cannot always close a popup when filter consumes all events

Problem:    Cannot close a popup by the X when a filter consumes all events.
Solution:   Check for a click on the close button before invoking filters.
            (closes #4858)
This commit is contained in:
Bram Moolenaar
2019-08-24 19:36:00 +02:00
parent 4645104be4
commit f63962378d
7 changed files with 65 additions and 10 deletions

View File

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