summaryrefslogtreecommitdiff
path: root/src/xdiff/README.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2018-09-10 21:22:15 +0200
committerBram Moolenaar <Bram@vim.org>2018-09-10 21:22:15 +0200
commite797abf3c75358ebc0b31d6e076972daf889e06e (patch)
treef3269db6995b119142514da7314b8ea1f344c7ba /src/xdiff/README.txt
parentc93262b2e3fb043c685bd4014a35a29111dea484 (diff)
downloadvim-git-e797abf3c75358ebc0b31d6e076972daf889e06e.tar.gz
patch 8.1.0364: compiler warning in xdiff codev8.1.0364
Problem: Compiler warning in xdiff code. (Yegappan Lakshmanan) Solution: Initialize directly.
Diffstat (limited to 'src/xdiff/README.txt')
-rw-r--r--src/xdiff/README.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xdiff/README.txt b/src/xdiff/README.txt
index f77893d37..1afe74095 100644
--- a/src/xdiff/README.txt
+++ b/src/xdiff/README.txt
@@ -11,4 +11,6 @@ And since it's part of git it is expected to be reliable.
The code is distributed under the GNU LGPL license. It is included in the
COPYING file.
+Changes in these files were made to avoid compiler warnings.
+
The first work for including xdiff in Vim was done by Christian Brabandt.