]> granicus.if.org Git - vim/commit
patch 8.2.3141: no error when using :complete for :command without -nargs v8.2.3141
authorMartin Tournoij <martin@arp242.net>
Sun, 11 Jul 2021 12:28:25 +0000 (14:28 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Jul 2021 12:28:25 +0000 (14:28 +0200)
commitde69a7353e9bec552e15dbe3706a9f4e88080fce
tree51eeb933d632ab9f5caeff22ff28936f4ecc288f
parent482d2f37a5ce43157ab1e22c26f389770d0c20cf
patch 8.2.3141: no error when using :complete for :command without -nargs

Problem:    No error when using :complete for :command without -nargs.
Solution:   Give an error. (Martin Tournoij, closes #8544, closes #8541)
src/errors.h
src/testdir/test_usercommands.vim
src/usercmd.c
src/version.c