Skip to content

Commit 490465b

Browse files
committed
patch 7.4.1785
Problem: Regexp test fails on windows. Solution: set 'isprint' to the right value for testing.
1 parent 8e9eb3a commit 490465b

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/testdir/test_regexp_utf8.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ func Test_equivalence_re2()
3535
endfunc
3636

3737
func s:classes_test()
38+
set isprint=@,161-255
3839
call assert_equal('Motörhead', matchstr('Motörhead', '[[:print:]]\+'))
3940

4041
let alphachars = ''

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -753,6 +753,8 @@ static char *(features[]) =
753753

754754
static int included_patches[] =
755755
{ /* Add new patch number below this line */
756+
/**/
757+
1785,
756758
/**/
757759
1784,
758760
/**/

0 commit comments

Comments
 (0)