Skip to content

Commit a4c81be

Browse files
committed
patch 8.2.2615: test is sourcing the wrong file
Problem: Test is sourcing the wrong file. Solution: Correct the file name.
1 parent c970e42 commit a4c81be

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/testdir/test_vim9_script.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1575,7 +1575,7 @@ def Test_script_reload_from_function()
15751575
delcommand CallFunc
15761576
command CallFunc Func()
15771577
def Func()
1578-
so /tmp/test.vim
1578+
so XreloadFunc.vim
15791579
g:didTheFunc = 1
15801580
enddef
15811581
END

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
2615,
753755
/**/
754756
2614,
755757
/**/

0 commit comments

Comments
 (0)