1
0
forked from aniani/vim

patch 9.0.0355: check for uppercase char in autoload name is wrong

Problem:    Check for uppercase char in autoload name is wrong, it checks the
            name of the script.
Solution:   Remove the check. (closes #11031)
This commit is contained in:
thinca
2022-09-02 11:25:37 +01:00
committed by Bram Moolenaar
parent a906e8e1ab
commit 6c667bdc94
3 changed files with 9 additions and 1 deletions

View File

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