commit | d25ec2cfa0c25c3b00b7f8963b8aea799df1f20a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 30 21:05:45 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 30 21:05:45 2020 +0200 |
tree | e3cfefe979dd73574dec6f8edc5388b6afba0a5e | |
parent | ca68ae13114619df3e4c195b41ad0575516f5ff6 [diff] [blame] |
patch 8.2.0483: Vim9: "let x = x + 1" does not give an error Problem: Vim9: "let x = x + 1" does not give an error. Solution: Hide the variable when compiling the expression.
diff --git a/src/version.c b/src/version.c index 2e8420c..79d50ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 483, +/**/ 482, /**/ 481,