1
0
forked from aniani/vim

patch 8.2.1636: get stuck if a popup filter causes an error

Problem:    Get stuck if a popup filter causes an error.
Solution:   Check whether the function can be called and does not cause an
            error.  (closes #6902)
This commit is contained in:
Bram Moolenaar
2020-09-08 22:06:44 +02:00
parent 57ad94c5a9
commit 6defa7bf0a
7 changed files with 99 additions and 3 deletions

View File

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