]> granicus.if.org Git - vim/commit
patch 9.0.0355: check for uppercase char in autoload name is wrong v9.0.0355
authorthinca <thinca@gmail.com>
Fri, 2 Sep 2022 10:25:37 +0000 (11:25 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 2 Sep 2022 10:25:37 +0000 (11:25 +0100)
commit6c667bdc9489963102bd6c46b1b73e4d43c034ce
tree5c652a4a471e06324618c43ffc3b2d0dccfee257
parenta906e8e1abf0a4c9a058ec5ee8a4c321a008cd41
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)
src/evalvars.c
src/testdir/test_let.vim
src/version.c