commit | 3b74b6b4bb9a022f8c6f6e544360d628e10df1ab | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 19:01:43 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 19 19:01:43 2020 +0200 |
tree | 4c991455edb87799f3f8ea302886164c179f2fe8 | |
parent | c785b9a7f471f12825a1d6d2041c144c74242b7c [diff] [blame] |
patch 8.2.1012: Vim9: cannot declare single character script variables Problem: Vim9: cannot declare single character script variables. Solution: Don't see "b:", "s:", etc. as namespace. Fix item size of sn_var_vals.
diff --git a/src/version.c b/src/version.c index cc580fb..9fc5670 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1012, +/**/ 1011, /**/ 1010,