commit | 934470e562df7bc778ff916db44918f3ccecc7cc | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 23:27:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 01 23:27:05 2019 +0200 |
tree | 91482f34a077a324fbbaa9402a13eedc389677d0 | |
parent | 55008aad50601cae079037fda8fb434cde70c0f4 [diff] [blame] |
patch 8.1.1963: popup window filter may be called recursively Problem: Popup window filter may be called recursively when using a Normal mode command. Solution: Prevent recursiveness. (closes #4887) Also restore KeyTyped.
diff --git a/src/version.c b/src/version.c index 7fd13b8..fe8b34a 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1963, +/**/ 1962, /**/ 1961,