1
0
forked from aniani/vim

patch 8.2.1510: using "var" in :def function may refer to legacy script var

Problem:    Using "var" in a :def function may refer to a legacy Vim script
            variable.
Solution:   Require using "s:" to refer to a legacy Vim script variable.
            (closes #6771)
This commit is contained in:
Bram Moolenaar
2020-08-22 19:02:02 +02:00
parent 9943b3d979
commit 5390099a97
3 changed files with 33 additions and 27 deletions

View File

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