comparison Filelist @ 14696:195e8b1fcbbf v8.1.0360

patch 8.1.0360: using an external diff program is slow and inflexible commit https://github.com/vim/vim/commit/e828b7621cf9065a3582be0c4dd1e0e846e335bf Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 10 17:51:58 2018 +0200 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 https://github.com/vim/vim/issues/2732) Use it by default.
author Christian Brabandt <cb@256bit.org>
date Mon, 10 Sep 2018 18:00:06 +0200
parents 70fc1a842e29
children daf8afe6279b
comparison
equal deleted inserted replaced
14695:b178e2039b2d 14696:195e8b1fcbbf
271 src/libvterm/t/90vttest_02-screen-3.test \ 271 src/libvterm/t/90vttest_02-screen-3.test \
272 src/libvterm/t/90vttest_02-screen-4.test \ 272 src/libvterm/t/90vttest_02-screen-4.test \
273 src/libvterm/t/92lp1640917.test \ 273 src/libvterm/t/92lp1640917.test \
274 src/libvterm/t/harness.c \ 274 src/libvterm/t/harness.c \
275 src/libvterm/t/run-test.pl \ 275 src/libvterm/t/run-test.pl \
276 src/xdiff/xdiff.h \
277 src/xdiff/xdiffi.c \
278 src/xdiff/xdiffi.h \
279 src/xdiff/xemit.c \
280 src/xdiff/xemit.h \
281 src/xdiff/xhistogram.c \
282 src/xdiff/xinclude.h \
283 src/xdiff/xmacros.h \
284 src/xdiff/xpatience.c \
285 src/xdiff/xprepare.c \
286 src/xdiff/xprepare.h \
287 src/xdiff/xtypes.h \
288 src/xdiff/xutils.c \
289 src/xdiff/xutils.h \
276 290
277 291
278 # source files for Unix only 292 # source files for Unix only
279 SRC_UNIX = \ 293 SRC_UNIX = \
280 Makefile \ 294 Makefile \