changeset 24148:0edc315f2d0c v8.2.2615

patch 8.2.2615: test is sourcing the wrong file Commit: https://github.com/vim/vim/commit/a4c81bea38d1f3e372a4191ab0bd7d664cba1428 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Mar 17 15:23:16 2021 +0100 patch 8.2.2615: test is sourcing the wrong file Problem: Test is sourcing the wrong file. Solution: Correct the file name.
author Bram Moolenaar <Bram@vim.org>
date Wed, 17 Mar 2021 15:30:03 +0100
parents 2248c198e209
children 68189fc87087
files src/testdir/test_vim9_script.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2615,
+/**/
     2614,
 /**/
     2613,