commit | d787e40fdbe6f4d8bf47d36186c1d9d51c29b853 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 21:36:12 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 24 21:36:12 2021 +0000 |
tree | 7d55c1381d9d0ab309fec50c463e33b281c05d1e | |
parent | e7f4abd38b6e05100c699900c8f87281e363beb2 [diff] [blame] |
patch 8.2.3890: Vim9: type check for using v: variables is basic Problem: Vim9: type check for using v: variables is basic. Solution: Specify a more precise type.
diff --git a/src/version.c b/src/version.c index cd4d157..dd99a31 100644 --- a/src/version.c +++ b/src/version.c
@@ -750,6 +750,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3890, +/**/ 3889, /**/ 3888,