comparison src/testdir/test_diffmode.vim @ 27167:391eb1c30344 v8.2.4112

patch 8.2.4112: function not deleted at end of test Commit: https://github.com/vim/vim/commit/d9b74a2a41e43ca17a9885ec0a58404adff4273f Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 16 15:00:08 2022 +0000 patch 8.2.4112: function not deleted at end of test Problem: Function not deleted at end of test. Solution: Delete the function.
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Jan 2022 16:15:03 +0100
parents 421d082c8f09
children 722db0819111
comparison
equal deleted inserted replaced
27166:f6c3d0df9273 27167:391eb1c30344
1210 1210
1211 set diffopt-=internal 1211 set diffopt-=internal
1212 call DiffMaintainsChangeMark() 1212 call DiffMaintainsChangeMark()
1213 set diffopt+=internal 1213 set diffopt+=internal
1214 call DiffMaintainsChangeMark() 1214 call DiffMaintainsChangeMark()
1215
1215 set diffopt& 1216 set diffopt&
1217 delfunc DiffMaintainsChangeMark
1216 endfunc 1218 endfunc
1217 1219
1218 " Test for 'patchexpr' 1220 " Test for 'patchexpr'
1219 func Test_patchexpr() 1221 func Test_patchexpr()
1220 let g:patch_args = [] 1222 let g:patch_args = []