]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0031: <cmod> of user command does not have correct verbose value v9.0.0031
authorzeertzjq <zeertzjq@outlook.com>
Sun, 3 Jul 2022 12:16:09 +0000 (13:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 Jul 2022 12:16:09 +0000 (13:16 +0100)
commit9359e8a6d99fe2abfcbb9603339f1740d8870cc6
tree8d702c795b0d2ff2180731c48ded4348deb9cc97
parent22e7e867e224596bd758260e4278ce6239c35ba5
patch 9.0.0031: <cmod> of user command does not have correct verbose value

Problem:    <cmod> of user command does not have correct verbose value.
Solution:   Use the value from the command modifier. (closes #10651)
runtime/doc/map.txt
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c