commit | 3b8defd0a52fc1276816608e7bb24b628ab14c2e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 13:03:11 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 13:03:11 2018 +0200 |
tree | 51274af65eed16671abb4eceb00a7949c6f16699 | |
parent | bd9a53c06c8869ad811cb3dd01a309c9be7d7a63 [diff] [blame] |
patch 8.1.0375: cannot use diff mode with Cygwin diff.exe Problem: Cannot use diff mode with Cygwin diff.exe. (Igor Forca) Solution: Skip over unrecognized lines in the diff output.
diff --git a/src/version.c b/src/version.c index ca6ac59..c103339 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 375, +/**/ 374, /**/ 373,