From: Bram Moolenaar Date: Wed, 17 Mar 2021 14:23:16 +0000 (+0100) Subject: patch 8.2.2615: test is sourcing the wrong file X-Git-Tag: v8.2.2615 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4c81bea38d1f3e372a4191ab0bd7d664cba1428;p=vim patch 8.2.2615: test is sourcing the wrong file Problem: Test is sourcing the wrong file. Solution: Correct the file name. --- diff --git a/src/testdir/test_vim9_script.vim b/src/testdir/test_vim9_script.vim index 418435bff..956de369e 100644 --- a/src/testdir/test_vim9_script.vim +++ b/src/testdir/test_vim9_script.vim @@ -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 diff --git a/src/version.c b/src/version.c index 49eed325b..425dfaacf 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2615, /**/ 2614, /**/