mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
c0ff0cac87
commit
d8adb3a721
@ -1170,7 +1170,9 @@ func Test_diff_maintains_change_mark()
|
|||||||
call DiffMaintainsChangeMark()
|
call DiffMaintainsChangeMark()
|
||||||
set diffopt+=internal
|
set diffopt+=internal
|
||||||
call DiffMaintainsChangeMark()
|
call DiffMaintainsChangeMark()
|
||||||
|
|
||||||
set diffopt&
|
set diffopt&
|
||||||
|
delfunc DiffMaintainsChangeMark
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_diff_rnu()
|
func Test_diff_rnu()
|
||||||
|
Loading…
Reference in New Issue
Block a user