Patch 8.2.2827

5 views
Skip to first unread message

Bram Moolenaar

unread,
May 3, 2021, 1:09:16 PM5/3/21
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages