commit | 6c667bdc9489963102bd6c46b1b73e4d43c034ce | [log] [tgz] |
---|---|---|
author | thinca <thinca@gmail.com> | Fri Sep 02 11:25:37 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 02 11:25:37 2022 +0100 |
tree | 5c652a4a471e06324618c43ffc3b2d0dccfee257 | |
parent | a906e8e1abf0a4c9a058ec5ee8a4c321a008cd41 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 2009980..356ac77 100644 --- a/src/version.c +++ b/src/version.c
@@ -708,6 +708,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 355, +/**/ 354, /**/ 353,