mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
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()
|
call DiffMaintainsChangeMark()
|
||||||
set diffopt+=internal
|
set diffopt+=internal
|
||||||
call DiffMaintainsChangeMark()
|
call DiffMaintainsChangeMark()
|
||||||
|
|
||||||
set diffopt&
|
set diffopt&
|
||||||
|
delfunc DiffMaintainsChangeMark
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
" Test for 'patchexpr'
|
" Test for 'patchexpr'
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
4112,
|
||||||
/**/
|
/**/
|
||||||
4111,
|
4111,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user