aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/testdir/test_source_utf8.vim
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-22 06:37:05 +0200
committerGitHub <noreply@github.com>2019-08-22 06:37:05 +0200
commitbb50eadc84a4d095b1739ad31720fafe7bca6d0f (patch)
tree998c55e4dd1ca3da0bc5acc2f72996f9470f2d73 /src/nvim/testdir/test_source_utf8.vim
parent42f492ac99058bd1cd56c3c7871e7e464b2a5e24 (diff)
parent86d88076ceeef20301b06fd69a8f98c73cffe9c6 (diff)
downloadrneovim-bb50eadc84a4d095b1739ad31720fafe7bca6d0f.tar.gz
rneovim-bb50eadc84a4d095b1739ad31720fafe7bca6d0f.tar.bz2
rneovim-bb50eadc84a4d095b1739ad31720fafe7bca6d0f.zip
Merge pull request #10815 from blueyed/vim-8.1.1483
vim-patch:8.1.1483: skipped tests are not properly listed
Diffstat (limited to 'src/nvim/testdir/test_source_utf8.vim')
-rw-r--r--src/nvim/testdir/test_source_utf8.vim3
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