]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4650: "import autoload" only works with using 'runtimepath' v8.2.4650
authorBram Moolenaar <Bram@vim.org>
Wed, 30 Mar 2022 20:12:27 +0000 (21:12 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 30 Mar 2022 20:12:27 +0000 (21:12 +0100)
commitc0ceeeb839b8c6bebd3a2abd1c07d40ec3c6edca
tree2f51e084f45dbe3437520d32f83e67fb9704aa6b
parentb4ad3b0deac12674a7773311890b48fd39c6807c
patch 8.2.4650: "import autoload" only works with using 'runtimepath'

Problem:    "import autoload" only works with using 'runtimepath'.
Solution:   Also support a relative and absolute file name.
15 files changed:
src/proto/scriptfile.pro
src/proto/userfunc.pro
src/proto/vim9instr.pro
src/scriptfile.c
src/structs.h
src/testdir/test_vim9_disassemble.vim
src/testdir/test_vim9_import.vim
src/userfunc.c
src/version.c
src/vim.h
src/vim9.h
src/vim9execute.c
src/vim9expr.c
src/vim9instr.c
src/vim9script.c