commit | ad5c178a191cf2cf37a27c2a789d7afda3879831 | [log] [tgz] |
---|---|---|
author | glacambre <code@lacamb.re> | Mon May 24 14:20:53 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 24 14:20:53 2021 +0200 |
tree | 6ad25f075155d0a6b88064d749f87c763679b382 | |
parent | f5409dbf66f4e4a0461d3f2079c1bffacbf12392 [diff] [blame] |
patch 8.2.2880: unified diff fails if actually used Problem: Unified diff fails if actually used. Solution: Invoke :diffupdate in the test. Fix the check for working external diff. (Ghjuvan Lacambre, Christian Brabandt, closes #8197)
diff --git a/src/version.c b/src/version.c index 796899b..1c4bbfa 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2880, +/**/ 2879, /**/ 2878,