commit | cc7eb2aa7a7f2e6ae41f1e7cf60965c083d8a9e9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 19:12:04 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 11 19:12:04 2021 +0200 |
tree | 5d54a35c88c61f041e7cdd16ba3ad9aa40a084ef | |
parent | 5231224e11bf468f5366a7400414368908c40795 [diff] [blame] |
patch 8.2.3149: some plugins have a problem with the error check Problem: Some plugins have a problem with the error check for using :command with -complete but without -nargs. Solution: In legacy script only give a warning message.
diff --git a/src/version.c b/src/version.c index 10e01ac..1102e94 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3149, +/**/ 3148, /**/ 3147,