1
0
forked from aniani/vim

patch 8.2.2729: Vim9: wrong error message for referring to legacy script var

Problem:    Vim9: wrong error message for referring to legacy script variable.
Solution:   Do allow referring to a variable in legacy script without "s:" if
            it exists at compile time. (closes #8076)
This commit is contained in:
Bram Moolenaar
2021-04-06 21:17:27 +02:00
parent e3d1f4c982
commit 643ce6c0c6
3 changed files with 40 additions and 11 deletions

View File

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