0
0
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:
Bram Moolenaar
2022-01-16 15:00:08 +00:00
parent d648c01f2f
commit d9b74a2a41
2 changed files with 4 additions and 0 deletions

View File

@@ -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'

View File

@@ -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,
/**/ /**/