summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_regexp_utf8.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-04-24 15:11:02 +0200
committerBram Moolenaar <Bram@vim.org>2016-04-24 15:11:02 +0200
commit490465bda6ab66f78041709cc02f48a25486a3e5 (patch)
treeff2ee461fe6f042ffedb26d2fba99dcd5b9f2329 /src/testdir/test_regexp_utf8.vim
parent8e9eb3a6a1e589949f1c878c839528d917fdfc4a (diff)
patch 7.4.1785v7.4.1785
Problem: Regexp test fails on windows. Solution: set 'isprint' to the right value for testing.
Diffstat (limited to 'src/testdir/test_regexp_utf8.vim')
-rw-r--r--src/testdir/test_regexp_utf8.vim1
1 files changed, 1 insertions, 0 deletions
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 = ''