]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4653: "import autoload" does not check the file name v8.2.4653
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Mar 2022 10:37:57 +0000 (11:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Mar 2022 10:37:57 +0000 (11:37 +0100)
commit4dea2d92e4c308b064ed1dd7b2ba7527a0d6b0a0
treea7be19a7aa8b4a9c4e48084639ad51db96f36db6
parentd1d2684c8006105444d249e846576c23d79ad4ee
patch 8.2.4653: "import autoload" does not check the file name

Problem:    "import autoload" does not check the file name.
Solution:   Give an error if the file is not readable. (closes #10049)
src/errors.h
src/ex_cmds.c
src/ex_docmd.c
src/filepath.c
src/proto/filepath.pro
src/spellfile.c
src/testdir/test_vim9_import.vim
src/version.c