commit | 6defa7bf0a8935cc44f3dc12e9c87bbb40f190b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 22:06:44 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 22:06:44 2020 +0200 |
tree | ac60098e2e1b3730bd44818242b45959b5b90ebe | |
parent | 57ad94c5a9ee6f3626e1ec728519a8558a4346c8 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2a2de13..874bd70 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1636, +/**/ 1635, /**/ 1634,