commit | 3049fcf0a189b0fea8468fa308887b8252d93dce | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 19:25:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 13 19:25:50 2022 +0000 |
tree | bcbcca769c283aebf251833b7e401ce02fa4d82f | |
parent | 4050305bfd24e7d0e241f617519bd0fa86263b9a [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 67a258a..2a2c3de 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4082, +/**/ 4081, /**/ 4080,