1
0
forked from aniani/vim

patch 8.2.4083: Vim9: no test for "vim9script autoload' using script variable

Problem:    Vim9: no test for "vim9script autoload' and using script variable
            in the same script.
Solution:   Add a simple test.  Fix uncovered problem.
This commit is contained in:
Bram Moolenaar
2022-01-13 20:18:56 +00:00
parent 3049fcf0a1
commit 0e3e7ba05f
3 changed files with 41 additions and 7 deletions

View File

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