commit | a9725221ac4650b7e9219bf6e3682826fe2e0096 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 13:30:33 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 13:30:33 2022 +0000 |
tree | 893ca68160127bb366bf61a6795cd60d55ed51b3 | |
parent | fa1a45705995f16ee7e69434c772107a3ddeeebd [diff] [blame] |
patch 8.2.4107: script context not restored after using <ScriptCmd> Problem: Script context not restored after using <ScriptCmd>. Solution: Also restore context when not in a script. (closes #9536) Add the 'c' flag to feedkeys() to be able to test this.
diff --git a/src/version.c b/src/version.c index 2e8e9f3..ec96b86 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4107, +/**/ 4106, /**/ 4105,