]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.4112: function not deleted at end of test v8.2.4112
authorBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 15:00:08 +0000 (15:00 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 16 Jan 2022 15:00:08 +0000 (15:00 +0000)
Problem:    Function not deleted at end of test.
Solution:   Delete the function.

src/testdir/test_diffmode.vim
src/version.c

index b10f96d42d6f4cf67310a750ae3363d06d0a46ec..57115de852c23e5f532fd43d23f9ab8622e392fd 100644 (file)
@@ -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'
index ec1ba92d149355243521d5bb08f1c2b42800355d..44691def8955167a59cda97ee9b5ea06e6af234d 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4112,
 /**/
     4111,
 /**/