1
0
forked from aniani/vim

patch 8.2.1024: Vim9: no error for using "let g:var = val"

Problem:    Vim9: no error for using "let g:var = val".
Solution:   Add an error.
This commit is contained in:
Bram Moolenaar
2020-06-20 22:50:47 +02:00
parent 0cb5bcf583
commit 6797966dfc
10 changed files with 33 additions and 13 deletions

View File

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