Mirror of the Vim source from https://github.com/vim/vim
Révision | 391eb1c30344994d5b9a5470a24c917bc8add987 (tree) |
---|---|
l'heure | 2022-01-17 00:15:03 |
Auteur | Bram Moolenaar <Bram@vim....> |
Commiter | Bram Moolenaar |
patch 8.2.4112: function not deleted at end of test
Commit: https://github.com/vim/vim/commit/d9b74a2a41e43ca17a9885ec0a58404adff4273f
Author: Bram Moolenaar <Bram@vim.org>
Date: Sun Jan 16 15:00:08 2022 +0000
@@ -1212,7 +1212,9 @@ | ||
1212 | 1212 | call DiffMaintainsChangeMark() |
1213 | 1213 | set diffopt+=internal |
1214 | 1214 | call DiffMaintainsChangeMark() |
1215 | + | |
1215 | 1216 | set diffopt& |
1217 | + delfunc DiffMaintainsChangeMark | |
1216 | 1218 | endfunc |
1217 | 1219 | |
1218 | 1220 | " Test for 'patchexpr' |
@@ -751,6 +751,8 @@ | ||
751 | 751 | static int included_patches[] = |
752 | 752 | { /* Add new patch number below this line */ |
753 | 753 | /**/ |
754 | + 4112, | |
755 | +/**/ | |
754 | 756 | 4111, |
755 | 757 | /**/ |
756 | 758 | 4110, |