aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_regex_char_classes.vim
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/testdir/test_regex_char_classes.vim')
-rw-r--r--src/nvim/testdir/test_regex_char_classes.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_regex_char_classes.vim b/src/nvim/testdir/test_regex_char_classes.vim
index 7873502943..c1a4202c2b 100644
--- a/src/nvim/testdir/test_regex_char_classes.vim
+++ b/src/nvim/testdir/test_regex_char_classes.vim
@@ -1,9 +1,6 @@
" Tests for regexp with backslash and other special characters inside []
" Also test backslash for hex/octal numbered character.
"
-if !has('multi_byte')
- finish
-endif
scriptencoding utf-8