diff options
Diffstat (limited to 'src/nvim/testdir/test_source_utf8.vim')
-rw-r--r-- | src/nvim/testdir/test_source_utf8.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/testdir/test_source_utf8.vim b/src/nvim/testdir/test_source_utf8.vim index c29c2ec1f3..e93ea29dff 100644 --- a/src/nvim/testdir/test_source_utf8.vim +++ b/src/nvim/testdir/test_source_utf8.vim @@ -1,7 +1,4 @@ " Test the :source! command -if !has('multi_byte') - finish -endif func Test_source_utf8() " check that sourcing a script with 0x80 as second byte works |