]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0346: Patch v9.1.0338 fixed sourcing a script with import v9.1.0346
authorErnie Rael <errael@raelity.com>
Wed, 17 Apr 2024 20:36:32 +0000 (22:36 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 17 Apr 2024 20:39:34 +0000 (22:39 +0200)
commit1433ac93eb3acf28c55f0c4d775716ebee543160
treeaa06e6e72837313f17b6321412bee6518f6a4bb8
parenta34ba821076476a68e0e579723d68e896f771ba6
patch 9.1.0346: Patch v9.1.0338 fixed sourcing a script with import

Problem:  Patch v9.1.0338 fixed sourcing a script with import
Solution: Add test `import './file.vim' and verify it works with `:source`
          so it does not regress (Ernie Rael)

closes: #14577

Signed-off-by: Ernie Rael <errael@raelity.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_vim9_import.vim
src/version.c