1
0
forked from aniani/vim

patch 8.2.2734: Vim9: cannot use legacy script-local var from :def function

Problem:    Vim9: cannot use legacy script-local var from :def function.
Solution:   Do not insist on using "s:" prefix. (closes #8076)
This commit is contained in:
Bram Moolenaar
2021-04-07 21:21:13 +02:00
parent 130cbfc312
commit 15e5e53ef2
4 changed files with 25 additions and 16 deletions

View File

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