commit | e828b7621cf9065a3582be0c4dd1e0e846e335bf | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 10 17:51:58 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 10 17:51:58 2018 +0200 |
tree | 79cf05b6295837108fb6edbbc154e333c940698a | |
parent | 93a1df2c205c8399d96c172d9483e0793d32892a [diff] [blame] |
patch 8.1.0360: using an external diff program is slow and inflexible Problem: Using an external diff program is slow and inflexible. Solution: Include the xdiff library. (Christian Brabandt, closes #2732) Use it by default.
diff --git a/src/version.c b/src/version.c index 73bcab1..9ba63af 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 360, +/**/ 359, /**/ 358,