commit | a4c81bea38d1f3e372a4191ab0bd7d664cba1428 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 15:23:16 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 17 15:23:16 2021 +0100 |
tree | 642293ef765f3afd84844b2704bcbfa0bd3e287a | |
parent | c970e4225b68ff8650ff23df09e04246c147fca3 [diff] |
patch 8.2.2615: test is sourcing the wrong file Problem: Test is sourcing the wrong file. Solution: Correct the file name.
diff --git a/src/testdir/test_vim9_script.vim b/src/testdir/test_vim9_script.vim index 418435b..956de36 100644 --- a/src/testdir/test_vim9_script.vim +++ b/src/testdir/test_vim9_script.vim
@@ -1575,7 +1575,7 @@ delcommand CallFunc command CallFunc Func() def Func() - so /tmp/test.vim + so XreloadFunc.vim g:didTheFunc = 1 enddef END