]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1785 v7.4.1785
authorBram Moolenaar <Bram@vim.org>
Sun, 24 Apr 2016 13:11:02 +0000 (15:11 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 24 Apr 2016 13:11:02 +0000 (15:11 +0200)
Problem:    Regexp test fails on windows.
Solution:   set 'isprint' to the right value for testing.

src/testdir/test_regexp_utf8.vim
src/version.c

index cef24367757dbec578c39d88693fd79552d979b3..6247b30e6c220f328d506a9b7b9e19a118db942b 100644 (file)
@@ -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 = ''
index e6d04ee482b372d27dadbf2ed5c292aaa952e982..46ada0b60d7213a7b797caba2a9184757f0fa5a6 100644 (file)
@@ -753,6 +753,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1785,
 /**/
     1784,
 /**/