commit | b4893b84507570f24af32597716ffb67fb0ef24e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 22:20:24 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Feb 21 22:20:24 2021 +0100 |
tree | b45bb7d17132c203b56ca6bf9ecd43071ae838ed | |
parent | 7e82c5f338efe5661951675565f27f6512901a6e [diff] [blame] |
patch 8.2.2540: Vim9: no error for using script var name for argument Problem: Vim9: no error for using script var name for argument. Solution: Check for this error. (closes #7868)
diff --git a/src/version.c b/src/version.c index b096340..25ea70b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2540, +/**/ 2539, /**/ 2538,