commit | 5fedb8a5ab7addb584728c89e809be190de992bf | [log] [tgz] |
---|---|---|
author | Yee Cheng Chin <ychin.git@gmail.com> | Mon Mar 20 17:30:52 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 20 17:30:52 2023 +0000 |
tree | 3bddcfa8c79a6baead7f1f973bdd62263fd1f40c | |
parent | a1fa8b3ac2f7b54c7901ad3eb0ba8b8290912509 [diff] [blame] |
patch 9.0.1418: the included xdiff code is a bit outdated Problem: The included xdiff code is a bit outdated. Solution: Sync with the latest git xdiff code. (Yee Cheng Chin, closes #12181)
diff --git a/src/version.c b/src/version.c index e20eb06..45be73e 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1418, +/**/ 1417, /**/ 1416,