Patch 8.2.4796 (after 8.2.4795)
Problem: File left behind after running cursorline tests.
Solution: Uncomment the line that deletes the file.
Files: src/testdir/test_cursorline.vim
*** ../vim-8.2.4795/src/testdir/test_cursorline.vim 2022-04-20
14:50:54.910366056 +0100
--- src/testdir/test_cursorline.vim 2022-04-20 18:38:50.821946173 +0100
***************
*** 322,328 ****
call VerifyScreenDump(buf, 'Test_hor_scroll_4', {})
call StopVimInTerminal(buf)
! "call delete('Xhor_scroll')
endfunc
--- 322,328 ----
call VerifyScreenDump(buf, 'Test_hor_scroll_4', {})
call StopVimInTerminal(buf)
! call delete('Xhor_scroll')
endfunc
*** ../vim-8.2.4795/src/version.c 2022-04-20 14:50:54.914366051 +0100
--- src/version.c 2022-04-20 18:39:42.209912011 +0100
***************
*** 748,749 ****
--- 748,751 ----
{ /* Add new patch number below this line */
+ /**/
+ 4796,
/**/
--
One difference between a man and a machine is that a machine is quiet
when well oiled.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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/20220420174338.130D11C40CD%40moolenaar.net.