commit | de69a7353e9bec552e15dbe3706a9f4e88080fce | [log] [tgz] |
---|---|---|
author | Martin Tournoij <martin@arp242.net> | Sun Jul 11 14:28:25 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 14:28:25 2021 +0200 |
tree | 51eeb933d632ab9f5caeff22ff28936f4ecc288f | |
parent | 482d2f37a5ce43157ab1e22c26f389770d0c20cf [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 0ad5511..d8c9fb8 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3141, +/**/ 3140, /**/ 3139,