0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

patch 8.2.2615: test is sourcing the wrong file

Problem:    Test is sourcing the wrong file.
Solution:   Correct the file name.
This commit is contained in:
Bram Moolenaar
2021-03-17 15:23:16 +01:00
parent c970e4225b
commit a4c81bea38
2 changed files with 3 additions and 1 deletions

View File

@@ -1575,7 +1575,7 @@ def Test_script_reload_from_function()
delcommand CallFunc
command CallFunc Func()
def Func()
so /tmp/test.vim
so XreloadFunc.vim
g:didTheFunc = 1
enddef
END