mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00: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:
@@ -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()
|
||||||
|
Reference in New Issue
Block a user