From: Bram Moolenaar Date: Sun, 24 Apr 2016 13:11:02 +0000 (+0200) Subject: patch 7.4.1785 X-Git-Tag: v7.4.1785 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=490465bda6ab66f78041709cc02f48a25486a3e5;p=thirdparty%2Fvim.git patch 7.4.1785 Problem: Regexp test fails on windows. Solution: set 'isprint' to the right value for testing. --- diff --git a/src/testdir/test_regexp_utf8.vim b/src/testdir/test_regexp_utf8.vim index cef2436775..6247b30e6c 100644 --- a/src/testdir/test_regexp_utf8.vim +++ b/src/testdir/test_regexp_utf8.vim @@ -35,6 +35,7 @@ func Test_equivalence_re2() endfunc func s:classes_test() + set isprint=@,161-255 call assert_equal('Motörhead', matchstr('Motörhead', '[[:print:]]\+')) let alphachars = '' diff --git a/src/version.c b/src/version.c index e6d04ee482..46ada0b60d 100644 --- a/src/version.c +++ b/src/version.c @@ -753,6 +753,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1785, /**/ 1784, /**/