]> granicus.if.org Git - vim/commitdiff
patch 8.2.2615: test is sourcing the wrong file v8.2.2615
authorBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2021 14:23:16 +0000 (15:23 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 17 Mar 2021 14:23:16 +0000 (15:23 +0100)
Problem:    Test is sourcing the wrong file.
Solution:   Correct the file name.

src/testdir/test_vim9_script.vim
src/version.c

index 418435bff2a69785c99999106143c4b99c9e3a79..956de369e16f59d63b840680b707a179181fafe6 100644 (file)
@@ -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
index 49eed325b6f9fdeb51be44b72b398275bd4f492f..425dfaacfd3326d0e164abcc477655c756ab6937 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2615,
 /**/
     2614,
 /**/