1
0
forked from aniani/vim

patch 8.2.4082: check for autoload file name and prefix fails

Problem:    Check for autoload file name and prefix fails. (Christian J.
            Robinson)
Solution:   Only lower case the prefix on systems where the file name is not
            case sensitive.
This commit is contained in:
Bram Moolenaar
2022-01-13 19:25:50 +00:00
parent 4050305bfd
commit 3049fcf0a1
3 changed files with 31 additions and 0 deletions

View File

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