To: vim_dev@googlegroups.com Subject: Patch 8.2.2615 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- 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 ///