commit | cdf04859699bdde891b5b52ea821d0bebd7e8ee0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 22:13:06 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 12 22:13:06 2022 +0000 |
tree | 0749b9bc4e2ae88cc6c5ea908dd8eb39adde7701 | |
parent | 45491660787043ea412719544881db691338d730 [diff] [blame] |
patch 8.2.4365: sticky command modifiers are too sticky Problem: sticky command modifiers are too sticky. Solution: Do not apply command modifiers to a called function. (closes #9751)
diff --git a/src/version.c b/src/version.c index ea5119c..840a0d3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4365, +/**/ 4364, /**/ 4363,