commit | 4700398e384f38f752b432e187462f404b96847d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 21:54:04 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 05 21:54:04 2021 +0000 |
tree | 581e9d76947deae9644e1a241e0aa12df0783aff | |
parent | 12f3c1b77fb39dc338304d5484cdbc99da27389a [diff] [blame] |
Update runtime files
diff --git a/src/xdiff/README.txt b/src/xdiff/README.txt index 95b2242..9e01a3c 100644 --- a/src/xdiff/README.txt +++ b/src/xdiff/README.txt
@@ -13,4 +13,7 @@ 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.