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