vim-patch:8.2.4112: function not deleted at end of test

Problem:    Function not deleted at end of test.
Solution:   Delete the function.
d9b74a2a41

oops -- my fault :P
This commit is contained in:
Sean Dewar 2022-01-17 00:15:51 +00:00 committed by zeertzjq
parent c0ff0cac87
commit d8adb3a721

View File

@ -1170,7 +1170,9 @@ func Test_diff_maintains_change_mark()
call DiffMaintainsChangeMark()
set diffopt+=internal
call DiffMaintainsChangeMark()
set diffopt&
delfunc DiffMaintainsChangeMark
endfunc
func Test_diff_rnu()