From 934470e562df7bc778ff916db44918f3ccecc7cc Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 1 Sep 2019 23:27:05 +0200 Subject: 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. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 7fd13b802..fe8b34ae6 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1963, /**/ 1962, /**/ -- cgit v1.2.1