diff options
author | Bram Moolenaar <Bram@vim.org> | 2019-09-01 23:27:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2019-09-01 23:27:05 +0200 |
commit | 934470e562df7bc778ff916db44918f3ccecc7cc (patch) | |
tree | 91482f34a077a324fbbaa9402a13eedc389677d0 /src/version.c | |
parent | 55008aad50601cae079037fda8fb434cde70c0f4 (diff) | |
download | vim-git-8.1.1963.tar.gz |
patch 8.1.1963: popup window filter may be called recursivelyv8.1.1963
Problem: Popup window filter may be called recursively when using a Normal
mode command.
Solution: Prevent recursiveness. (closes #4887) Also restore KeyTyped.
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 7fd13b802..fe8b34ae6 100644 --- a/src/version.c +++ b/src/version.c @@ -762,6 +762,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1963, +/**/ 1962, /**/ 1961, |