Name Date Size #Lines LOC

..25-Jul-2025-

COPYINGH A D25-Jul-202525.8 KiB505418

README.txtH A D25-Jul-2025670 1711

xdiff.hH A D25-Jul-20254 KiB159100

xdiffi.cH A D25-Jul-202528.1 KiB1,102628

xdiffi.hH A D25-Jul-20251.9 KiB6534

xemit.cH A D25-Jul-20258.1 KiB349232

xemit.hH A D25-Jul-20251.2 KiB378

xhistogram.cH A D25-Jul-20259.4 KiB387267

xinclude.hH A D25-Jul-20251.8 KiB7236

xmacros.hH A D25-Jul-20251.9 KiB5526

xpatience.cH A D25-Jul-202510.3 KiB387235

xprepare.cH A D25-Jul-202512 KiB484331

xprepare.hH A D25-Jul-20251 KiB356

xtypes.hH A D25-Jul-20251.5 KiB6835

xutils.cH A D25-Jul-20259.7 KiB435309

xutils.hH A D25-Jul-20251.7 KiB4819

README.txt

1The files in this directory come from the xdiff implementation in git.
2You can find it here: https://github.com/git/git/tree/master/xdiff
3The files were last updated August 31, 2021 from git release v.2.33.0
4
5This is originally based on libxdiff, which can be found here:
6http://www.xmailserver.org/xdiff-lib.html
7
8The git version was used because it has been maintained and improved.
9And since it's part of git it is expected to be reliable.
10
11The code is distributed under the GNU LGPL license.  It is included in the
12COPYING file.
13
14Changes in these files were made to avoid compiler warnings.
15
16The first work for including xdiff in Vim was done by Christian Brabandt.
17