]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4365: sticky command modifiers are too sticky v8.2.4365
authorBram Moolenaar <Bram@vim.org>
Sat, 12 Feb 2022 22:13:06 +0000 (22:13 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 12 Feb 2022 22:13:06 +0000 (22:13 +0000)
commitcdf04859699bdde891b5b52ea821d0bebd7e8ee0
tree0749b9bc4e2ae88cc6c5ea908dd8eb39adde7701
parent45491660787043ea412719544881db691338d730
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)
src/testdir/test_vim9_cmd.vim
src/userfunc.c
src/version.c