commit | ba02e4720f863fdb456e7023520f0a354eec0dcf | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Tue Aug 31 20:46:39 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 31 20:46:39 2021 +0200 |
tree | 84db07f22b6ef54c238bc462823703ad11ff3872 | |
parent | dca29d9cf46cd1d4d4519211c7af78b6b1c56960 [diff] [blame] |
patch 8.2.3390: included xdiff code is outdated Problem: Included xdiff code is outdated. Solution: Sync with xdiff in git 2.33. (Christian Brabandt, closes #8431)
diff --git a/src/version.c b/src/version.c index fd854d5..ce649e0 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3390, +/**/ 3389, /**/ 3388,