blob: 1afe74095bf34fd4516fca5076316ee6da55352e [file] [log] [blame]
Bram Moolenaare828b762018-09-10 17:51:58 +02001The 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 2018 September 10.
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
Bram Moolenaare797abf2018-09-10 21:22:15 +020014Changes in these files were made to avoid compiler warnings.
15
Bram Moolenaare828b762018-09-10 17:51:58 +020016The first work for including xdiff in Vim was done by Christian Brabandt.