commit | 6bf1b52ba2816dffdbd0d994320abfb1586bf666 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 17:41:26 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Sep 23 17:41:26 2020 +0200 |
tree | 6efe9807a11a53aa4893680e9918277816d734f4 | |
parent | 81ed4960482f8baabdd7f95b4d5e39744be88ae7 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 9e7825a..e3d61eb 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1732, +/**/ 1731, /**/ 1730,