]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4132: Vim9: wrong error message when autoload script can't be found v8.2.4132
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 13:14:47 +0000 (13:14 +0000)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Jan 2022 13:14:47 +0000 (13:14 +0000)
commit1836d6157828baddd94e1f2c82488031570e444d
tree28c1771151da2b8aec00c0106495ce1e157f07ae
parentcbbc48f64b9cfd88720dc94b0578a3726f725178
patch 8.2.4132: Vim9: wrong error message when autoload script can't be found

Problem:    Vim9: wrong error message when autoload script can't be found.
Solution:   Correct check for using autoload with wrong name.
src/testdir/test_vim9_import.vim
src/version.c
src/vim9script.c