commit | 3c01c4a02897163996639f6f2604c68eab2bd18b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 01 23:04:24 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 01 23:04:24 2020 +0100 |
tree | 165e15670745d97aefa14938a2ea695acfa7327c | |
parent | 284d1c24e250494cf886b3548f1ecae5ad262da9 [diff] [blame] |
patch 8.2.0194: some commands can cause problems in terminal popup Problem: Some commands can cause problems in terminal popup. Solution: Disallow more commands.
diff --git a/src/version.c b/src/version.c index 657e137..549c78c 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 194, +/**/ 193, /**/ 192,