diff options
| author | Matthieu Coudron <mattator@gmail.com> | 2020-11-14 19:35:26 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-14 19:35:26 +0100 |
| commit | 27d630926cab78511075159012ce6ac920d8747e (patch) | |
| tree | db9afbe90762056b2f2c538744ce04d571108b89 /src/nvim/testdir/test_plus_arg_edit.vim | |
| parent | d8c69adbabe963142f433a2ddad172ff46413f15 (diff) | |
| parent | 5d6ecfa3c7447009da75842c611ea1b9f1db83e7 (diff) | |
| download | rneovim-27d630926cab78511075159012ce6ac920d8747e.tar.gz rneovim-27d630926cab78511075159012ce6ac920d8747e.tar.bz2 rneovim-27d630926cab78511075159012ce6ac920d8747e.zip | |
Merge pull request #13275 from janlazo/vim-8.1.0805
vim-patch:8.1.{805,806,809,810,811}
Diffstat (limited to 'src/nvim/testdir/test_plus_arg_edit.vim')
| -rw-r--r-- | src/nvim/testdir/test_plus_arg_edit.vim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/nvim/testdir/test_plus_arg_edit.vim b/src/nvim/testdir/test_plus_arg_edit.vim index e91a6e467a..e31680e7b6 100644 --- a/src/nvim/testdir/test_plus_arg_edit.vim +++ b/src/nvim/testdir/test_plus_arg_edit.vim @@ -10,10 +10,6 @@ function Test_edit() endfunction func Test_edit_bad() - if !has('multi_byte') - finish - endif - " Test loading a utf8 file with bad utf8 sequences. call writefile(["[\xff][\xc0][\xe2\x89\xf0][\xc2\xc2]"], "Xfile") new |