1
0
forked from aniani/vim

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)
This commit is contained in:
Martin Tournoij
2021-07-11 14:28:25 +02:00
committed by Bram Moolenaar
parent 482d2f37a5
commit de69a7353e
4 changed files with 23 additions and 27 deletions

View File

@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3141,
/**/
3140,
/**/