commit | 2a9b62dfa2fb91a6ede9cb4d146ca47a1db31254 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 13:30:17 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 13:30:17 2022 +0000 |
tree | 0dcad28a2e4afac75eb04921104e612f1276e3c0 | |
parent | 620d8edba01bb2779485718dd1a99ca670ca894b [diff] [blame] |
patch 8.2.4357: sticky command modifiers are too sticky Problem: sticky command modifiers are too sticky. Solution: Do not apply command modifiers to a sourced script. (closes #9751)
diff --git a/src/version.c b/src/version.c index 590aeb7..7e5d18f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4357, +/**/ 4356, /**/ 4355,