summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-01-16 15:00:08 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-16 15:00:08 +0000
commitd9b74a2a41e43ca17a9885ec0a58404adff4273f (patch)
treea7b4b7ed244ad731146e98e5849905d3f04e3cfe
parentd648c01f2f3798a5c75422aa83211928ad783128 (diff)
downloadvim-git-d9b74a2a41e43ca17a9885ec0a58404adff4273f.tar.gz
patch 8.2.4112: function not deleted at end of testv8.2.4112
Problem: Function not deleted at end of test. Solution: Delete the function.
-rw-r--r--src/testdir/test_diffmode.vim2
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/testdir/test_diffmode.vim b/src/testdir/test_diffmode.vim
index b10f96d42..57115de85 100644
--- a/src/testdir/test_diffmode.vim
+++ b/src/testdir/test_diffmode.vim
@@ -1212,7 +1212,9 @@ func Test_diff_maintains_change_mark()
call DiffMaintainsChangeMark()
set diffopt+=internal
call DiffMaintainsChangeMark()
+
set diffopt&
+ delfunc DiffMaintainsChangeMark
endfunc
" Test for 'patchexpr'
diff --git a/src/version.c b/src/version.c
index ec1ba92d1..44691def8 100644
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 4112,
+/**/
4111,
/**/
4110,