1
0
forked from aniani/vim

patch 8.2.1732: stuck when win_execute() for a popup causes an error

Problem:    Stuck when win_execute() for a popup causes an error.
Solution:   Disable the filter callback on error. (issue #6999)
This commit is contained in:
Bram Moolenaar
2020-09-23 17:41:26 +02:00
parent 81ed496048
commit 6bf1b52ba2
5 changed files with 59 additions and 4 deletions

View File

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