1
0
forked from aniani/vim

patch 8.2.1502: Vim9: can use += with a :let command at script level

Problem:    Vim9: can use += with a :let command at script level.
Solution:   Give an error.
This commit is contained in:
Bram Moolenaar
2020-08-21 21:32:50 +02:00
parent 3fc71285d5
commit 122616d9c1
4 changed files with 13 additions and 4 deletions

View File

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