1
0
forked from aniani/vim

patch 8.2.2164: Vim9: autoload function doesn't work in uppercased script

Problem:    Vim9: autoload function doesn't work in script that starts with
            an upper case letter.
Solution:   Check for the autoload character. (closes #7502)
This commit is contained in:
Bram Moolenaar
2020-12-19 21:23:42 +01:00
parent 13656f02e4
commit 17f700ac8b
3 changed files with 23 additions and 1 deletions

View File

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