commit | ac49f61a206217e94438b7b51bbfcae79b8a2a19 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Sep 15 15:08:52 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Sep 15 15:08:52 2018 +0200 |
tree | bed71e15c1256f70e3009067ee04c6451b360548 | |
parent | ab18673731522c18696b9b132d3841646904e1bd [diff] [blame] |
patch 8.1.0391: building in a shadow directory fails Problem: Building in a shadow directory fails. Solution: Don't link the xdiff directory but what's in it. (closes #3428)
diff --git a/src/version.c b/src/version.c index f9e9cf4..3a2b065 100644 --- a/src/version.c +++ b/src/version.c
@@ -795,6 +795,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 391, +/**/ 390, /**/ 389,