commit | 29f9ed20b42e7badea6cfb82fb1fb8d71f33e282 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 19:20:31 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 10 19:20:31 2018 +0200 |
tree | 21ff56261cd0ca4c2ff7dcbd908dd992db4d1e37 | |
parent | 6f4700233fd925fe122b851f937929fb5e5da707 [diff] [blame] |
patch 8.0.1689: no tests for xxd Problem: No tests for xxd. Solution: Add a test. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 63c274f..196d61c 100644 --- a/src/version.c +++ b/src/version.c
@@ -763,6 +763,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1689, +/**/ 1688, /**/ 1687,