commit | 55d46913084745a48749d7ac4f48930852e1d87e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Dec 08 16:03:28 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Dec 08 16:03:28 2018 +0100 |
tree | 8df234862f6e7f6c3f33e25d705aaed2626fcf58 | |
parent | 76ab4fd61901090e6af3451ca6c5ca0fc370571f [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 9311bc5..880a510 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 573, +/**/ 572, /**/ 571,