To: vim_dev@googlegroups.com Subject: Patch 8.2.4112 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///