Patch 8.2.2827
Problem: Test file was not deleted.
Solution: Uncomment the delete() call. (Dominique Pellé, closes #8172)
Files: src/testdir/test_mksession.vim
*** ../vim-8.2.2826/src/testdir/test_mksession.vim 2021-04-30
21:37:45.675056282 +0200
--- src/testdir/test_mksession.vim 2021-05-03 19:06:31.106419353 +0200
***************
*** 187,195 ****
mksession! Xtest_mks_zero
set winminheight&
let text = readfile('Xtest_mks_zero')->join()
! "call delete('Xtest_mks_zero')
close
! " check there is no devide by zero
call assert_notmatch('/ 0[^0-9]', text)
endfunc
--- 187,195 ----
mksession! Xtest_mks_zero
set winminheight&
let text = readfile('Xtest_mks_zero')->join()
! call delete('Xtest_mks_zero')
close
! " check there is no divide by zero
call assert_notmatch('/ 0[^0-9]', text)
endfunc
*** ../vim-8.2.2826/src/version.c 2021-05-03 18:57:02.392070898 +0200
--- src/version.c 2021-05-03 19:08:07.290129871 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2827,
/**/
--
hundred-and-one symptoms of being an internet addict:
221. Your wife melts your keyboard in the oven.
/// 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/202105031709.143H94N7335992%40masaka.moolenaar.net.