1
0
forked from aniani/vim

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.
This commit is contained in:
Bram Moolenaar
2020-03-30 21:05:45 +02:00
parent ca68ae1311
commit d25ec2cfa0
3 changed files with 14 additions and 2 deletions

View File

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