summaryrefslogtreecommitdiff
path: root/src/xdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-05 21:54:04 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-05 21:54:04 +0000
commit4700398e384f38f752b432e187462f404b96847d (patch)
tree581e9d76947deae9644e1a241e0aa12df0783aff /src/xdiff
parent12f3c1b77fb39dc338304d5484cdbc99da27389a (diff)
downloadvim-git-4700398e384f38f752b432e187462f404b96847d.tar.gz
Update runtime files
Diffstat (limited to 'src/xdiff')
-rw-r--r--src/xdiff/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xdiff/README.txt b/src/xdiff/README.txt
index 95b2242b8..9e01a3c67 100644
--- a/src/xdiff/README.txt
+++ b/src/xdiff/README.txt
@@ -13,4 +13,7 @@ COPYING file.
Changes in these files were made to avoid compiler warnings.
+The /* */ comments are kept to make syncing to a newer version easier, do not
+change them to // comments!
+
The first work for including xdiff in Vim was done by Christian Brabandt.