Patch 8.2.2615 (after 8.2.2614)
Problem: Test is sourcing the wrong file.
Solution: Correct the file name.
Files: src/testdir/test_vim9_script.vim
*** ../vim-8.2.2614/src/testdir/test_vim9_script.vim 2021-03-17
15:02:52.170478171 +0100
--- src/testdir/test_vim9_script.vim 2021-03-17 15:22:00.775843304 +0100
***************
*** 1575,1581 ****
delcommand CallFunc
command CallFunc Func()
def Func()
! so /tmp/test.vim
g:didTheFunc = 1
enddef
END
--- 1575,1581 ----
delcommand CallFunc
command CallFunc Func()
def Func()
! so XreloadFunc.vim
g:didTheFunc = 1
enddef
END
*** ../vim-8.2.2614/src/version.c 2021-03-17 15:02:52.170478171 +0100
--- src/version.c 2021-03-17 15:22:54.579724231 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2615,
/**/
--
Female engineers become irresistible at the age of consent and remain that
way until about thirty minutes after their clinical death. Longer if it's a
warm day.
(Scott Adams - The Dilbert principle)
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/202103171424.12HEOZKh1014875%40masaka.moolenaar.net.