commit | f28f2ac425600b88da0bdcc12a82cd620f575681 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 22 22:21:26 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 22 22:21:26 2021 +0100 |
tree | b8101a4aee337f1b41dbd51f6e8cea5a6c48a2ff | |
parent | 49f1e9ec3e7f4e1b3572367d02a83c2b6ebbed97 [diff] [blame] |
patch 8.2.2646: Vim9: error for not using string doesn't mentionargument Problem: Vim9: error for not using string doesn't mention argument. Solution: Add argument number.
diff --git a/src/version.c b/src/version.c index 9b21d12..b8b5d58 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2646, +/**/ 2645, /**/ 2644,