Patch 8.1.2024
Problem: Delete call commented out for debugging.
Solution: Restore the delete call. (Christian Brabandt)
Files: src/testdir/test_undo.vim
*** ../vim-8.1.2023/src/testdir/test_undo.vim 2019-09-08 21:51:36.453843927
+0200
--- src/testdir/test_undo.vim 2019-09-13 21:46:48.489942586 +0200
***************
*** 350,356 ****
endfor
bwipe!
! " call delete('Xundofile')
endfunc
" Test for undo working properly when executing commands from a register.
--- 350,356 ----
endfor
bwipe!
! call delete('Xundofile')
endfunc
" Test for undo working properly when executing commands from a register.
*** ../vim-8.1.2023/src/version.c 2019-09-13 21:26:34.945943377 +0200
--- src/version.c 2019-09-13 21:48:15.953680098 +0200
***************
*** 759,760 ****
--- 759,762 ----
{ /* Add new patch number below this line */
+ /**/
+ 2024,
/**/
--
hundred-and-one symptoms of being an internet addict:
249. You've forgotten what the outside looks like.
/// 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/201909131949.x8DJn1HF018894%40masaka.moolenaar.net.