forked from aniani/vim
patch 8.2.4112: function not deleted at end of test
Problem: Function not deleted at end of test. Solution: Delete the function.
This commit is contained in:
@@ -1212,7 +1212,9 @@ func Test_diff_maintains_change_mark()
|
||||
call DiffMaintainsChangeMark()
|
||||
set diffopt+=internal
|
||||
call DiffMaintainsChangeMark()
|
||||
|
||||
set diffopt&
|
||||
delfunc DiffMaintainsChangeMark
|
||||
endfunc
|
||||
|
||||
" Test for 'patchexpr'
|
||||
|
||||
Reference in New Issue
Block a user