diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-09-08 22:06:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-09-08 22:06:44 +0200 |
commit | 6defa7bf0a8935cc44f3dc12e9c87bbb40f190b7 (patch) | |
tree | ac60098e2e1b3730bd44818242b45959b5b90ebe /src/version.c | |
parent | 57ad94c5a9ee6f3626e1ec728519a8558a4346c8 (diff) | |
download | vim-git-8.2.1636.tar.gz |
patch 8.2.1636: get stuck if a popup filter causes an errorv8.2.1636
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)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 2a2de13bb..874bd709c 100644 --- a/src/version.c +++ b/src/version.c @@ -755,6 +755,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1636, +/**/ 1635, /**/ 1634, |