]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir v8.2.4656
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Mar 2022 15:18:23 +0000 (16:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Mar 2022 15:18:23 +0000 (16:18 +0100)
commitccbfd4883f0385a1d84cc87785ddcc86185b4ad9
tree65f63c71b3792956985261e7ae0e4a02df0e9884
parent1104a6d0c2004d39e9b6cb8f804d12b628a69869
patch 8.2.4656: Vim9: can't use item from "import autoload" with autoload dir

Problem:    Vim9: can't use items from "import autoload" with autoload
            directory name.
Solution:   Let sn_autoload_prefix overrule sn_import_autoload.
            (closes #10054)
src/structs.h
src/testdir/test_vim9_import.vim
src/version.c
src/vim9expr.c
src/vim9instr.c
src/vim9script.c