]> granicus.if.org Git - vim/commit
patch 8.2.4104: Vim9: lower casing the autoload prefix causes problems v8.2.4104
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 11:12:12 +0000 (11:12 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 11:12:12 +0000 (11:12 +0000)
commitbfac409d0b24d212a6d846edb651c49dac03745f
tree266158faa8c19670c582c3bc6f24ef173ca56425
parent38ecd9722664049d636f4fba759b3ebbfd34e97d
patch 8.2.4104: Vim9: lower casing the autoload prefix causes problems

Problem:    Vim9: lower casing the autoload prefix causes problems.
Solution:   Always store the prefix with case preserved.
src/scriptfile.c
src/testdir/test_vim9_import.vim
src/version.c