patch 8.1.0573: cannot redefine user command without ! in same script

Problem:    Cannot redefine user command without ! in same script
Solution:   Allow redefining user command without ! in same script, like with
            functions.
This commit is contained in:
Bram Moolenaar
2018-12-08 16:03:28 +01:00
parent 76ab4fd619
commit 55d4691308
4 changed files with 59 additions and 13 deletions
+2
View File
@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
573,
/**/
572,
/**/