commit | 490465bda6ab66f78041709cc02f48a25486a3e5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 15:11:02 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 24 15:11:02 2016 +0200 |
tree | ff2ee461fe6f042ffedb26d2fba99dcd5b9f2329 | |
parent | 8e9eb3a6a1e589949f1c878c839528d917fdfc4a [diff] [blame] |
patch 7.4.1785 Problem: Regexp test fails on windows. Solution: set 'isprint' to the right value for testing.
diff --git a/src/version.c b/src/version.c index e6d04ee..46ada0b 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1785, +/**/ 1784, /**/ 1783,