mirror of
https://github.com/neovim/neovim.git
synced 2026-01-26 07:01:54 +10:00
Problem: Check for uppercase char in autoload name is wrong, it checks the
name of the script.
Solution: Remove the check. (closes vim/vim#11031)
6c667bdc94
Co-authored-by: thinca <thinca@gmail.com>