commit | 41a3485dd638a09e4c463b1a1da231f4290454f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 04 16:09:24 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 04 16:09:24 2021 +0200 |
tree | 8a16c31ee81c4f4226dbfe384ada07d1bcde83d0 | |
parent | 23e2e115154ef0bf05d809024eed328a46ed0f82 [diff] [blame] |
patch 8.2.3282: Vim9: error about using -complete without -nargs is confusing Problem: Vim9: error about using -complete without -nargs is confusing. Solution: Change the wording.
diff --git a/src/version.c b/src/version.c index 251f26f..1cddd15 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3282, +/**/ 3281, /**/ 3280,