1
0
forked from aniani/vim

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 delcommand CallFunc
command CallFunc Func() command CallFunc Func()
def Func() def Func()
so /tmp/test.vim so XreloadFunc.vim
g:didTheFunc = 1 g:didTheFunc = 1
enddef enddef
END END

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
2615,
/**/ /**/
2614, 2614,
/**/ /**/