diff options
Diffstat (limited to 'src/nvim/xdiff/README.txt')
-rw-r--r-- | src/nvim/xdiff/README.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/xdiff/README.txt b/src/nvim/xdiff/README.txt index 1afe74095b..95b2242b87 100644 --- a/src/nvim/xdiff/README.txt +++ b/src/nvim/xdiff/README.txt @@ -1,6 +1,6 @@ The files in this directory come from the xdiff implementation in git. You can find it here: https://github.com/git/git/tree/master/xdiff -The files were last updated 2018 September 10. +The files were last updated August 31, 2021 from git release v.2.33.0 This is originally based on libxdiff, which can be found here: http://www.xmailserver.org/xdiff-lib.html |