commit | 0eb220c03057096a26dda9c5544b362dce6df4d7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 27 14:41:43 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 27 14:41:43 2019 +0100 |
tree | cedd98d8f99a4f7af40986adcb80614784a03934 | |
parent | e3d065454408a103c39308651dd7793f0bf55ba6 [diff] [blame] |
patch 8.1.0831: xxd test fails if man page has dos fileformat Problem: Xxd test fails if man page has dos fileformat. Solution: Make a copy with unix fileformat.
diff --git a/src/version.c b/src/version.c index 9891796..1e5f7e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 831, +/**/ 830, /**/ 829,