]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3149: some plugins have a problem with the error check v8.2.3149
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 17:12:04 +0000 (19:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 17:12:04 +0000 (19:12 +0200)
commitcc7eb2aa7a7f2e6ae41f1e7cf60965c083d8a9e9
tree5d54a35c88c61f041e7cdd16ba3ad9aa40a084ef
parent5231224e11bf468f5366a7400414368908c40795
patch 8.2.3149: some plugins have a problem with the error check

Problem:    Some plugins have a problem with the error check for using
            :command with -complete but without -nargs.
Solution:   In legacy script only give a warning message.
src/message.c
src/proto/message.pro
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c