diff options
Diffstat (limited to 'src/nvim/testdir/test_expr_utf8.vim')
-rw-r--r-- | src/nvim/testdir/test_expr_utf8.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_expr_utf8.vim b/src/nvim/testdir/test_expr_utf8.vim index 6ec3a00154..097d708329 100644 --- a/src/nvim/testdir/test_expr_utf8.vim +++ b/src/nvim/testdir/test_expr_utf8.vim @@ -37,6 +37,7 @@ func Test_strcharpart_utf8() endfunc func s:classes_test() + set isprint=@,161-255 call assert_equal('Motörhead', matchstr('Motörhead', '[[:print:]]\+')) let alphachars = '' |