commit | d9b74a2a41e43ca17a9885ec0a58404adff4273f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 15:00:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 16 15:00:08 2022 +0000 |
tree | a7b4b7ed244ad731146e98e5849905d3f04e3cfe | |
parent | d648c01f2f3798a5c75422aa83211928ad783128 [diff] [blame] |
patch 8.2.4112: function not deleted at end of test Problem: Function not deleted at end of test. Solution: Delete the function.
diff --git a/src/testdir/test_diffmode.vim b/src/testdir/test_diffmode.vim index b10f96d..57115de 100644 --- a/src/testdir/test_diffmode.vim +++ b/src/testdir/test_diffmode.vim
@@ -1212,7 +1212,9 @@ call DiffMaintainsChangeMark() set diffopt+=internal call DiffMaintainsChangeMark() + set diffopt& + delfunc DiffMaintainsChangeMark endfunc " Test for 'patchexpr'