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.
This commit is contained in:
Bram Moolenaar
2021-12-24 21:36:12 +00:00
parent e7f4abd38b
commit d787e40fdb
5 changed files with 141 additions and 117 deletions

View File

@@ -749,6 +749,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3890,
/**/
3889,
/**/