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:
@@ -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
|
||||
|
Reference in New Issue
Block a user