commit | 7089237885218eb8a19805bc2b75481c4efcd6ba | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 19:51:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Dec 09 19:51:49 2016 +0100 |
tree | 2ec157b8b735668a6a1f67246dd951cd92ded831 | |
parent | 73fd4988866c3adc15b5d093efdf5e8cf70d093d [diff] [blame] |
patch 8.0.0128 Problem: Display test fails on MS-Windows. Solution: Set 'isprint' to "@".
diff --git a/src/version.c b/src/version.c index 39538a0..9b9705e 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 128, +/**/ 127, /**/ 126,