commit | 39c82ea6563f8467b8d36f0ecb8ba93a0685c280 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 13:08:01 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 13:08:01 2023 +0000 |
tree | bbcfa5e5f5198af24b605713942daf0ce49566ba | |
parent | 7bdcba08bb5e4c39093cdedee187177d705c7cb9 [diff] [blame] |
patch 9.0.1130: unexpected output when autoloading a script Problem: Unexpected output when autoloading a script for an interactive operation. Solution: Reset "KeyTyped" while loading a script and when handling a nested function. (closes #11773)
diff --git a/src/version.c b/src/version.c index cb4889d..212d08d 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1130, +/**/ 1129, /**/ 1128,