commit | 485b62710004431a16feb4eb861365d082304a08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 18 19:19:03 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 18 19:19:03 2021 +0200 |
tree | 16cf5ca03ba7957b4ba1bfad01621dfe3ce19590 | |
parent | cbe178e3dc4ad45d9b2ed5e713e7c4cc88bf8b8b [diff] [blame] |
patch 8.2.2869: using unified diff is not tested Problem: Using unified diff is not tested. Solution: Test all cases also with unified diff. (issue #8197)
diff --git a/src/version.c b/src/version.c index 48f7554..0b17d91 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2869, +/**/ 2868, /**/ 2867,