Patch 8.2.4112
Problem: Function not deleted at end of test.
Solution: Delete the function.
Files: src/testdir/test_diffmode.vim
*** ../vim-8.2.4111/src/testdir/test_diffmode.vim 2021-12-29
16:44:44.709780642 +0000
--- src/testdir/test_diffmode.vim 2021-12-29 18:34:10.011975700 +0000
***************
*** 1212,1218 ****
--- 1212,1220 ----
call DiffMaintainsChangeMark()
set diffopt+=internal
call DiffMaintainsChangeMark()
+
set diffopt&
+ delfunc DiffMaintainsChangeMark
endfunc
" Test for 'patchexpr'
*** ../vim-8.2.4111/src/version.c 2022-01-16 14:58:31.052581613 +0000
--- src/version.c 2022-01-16 14:59:48.204362309 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4112,
/**/
--
Have you heard about the new Barbie doll? It's called Divorce
Barbie. It comes with most of Ken's stuff.
/// 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/20220116150037.AE7E31C0519%40moolenaar.net.