]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.0786: user command does not get number from :tab modifier v9.0.0786
authorzeertzjq <zeertzjq@outlook.com>
Tue, 18 Oct 2022 12:11:21 +0000 (13:11 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Oct 2022 12:11:21 +0000 (13:11 +0100)
commit208567e9d744ef7b89bed1f62e951ae4ee2f6f5f
treed92b5868fa996d7bff5daf99052a2c7b401ce148
parent9652249a2d02318a28a63a7b5711f25652e8f969
patch 9.0.0786: user command does not get number from :tab modifier

Problem:    User command does not get number from :tab modifier.
Solution:   Include the number. (closes #11393, closes #6801)
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c