Patch 8.1.2024

8 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 13, 2019, 3:49:07 PM9/13/19
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages