diff options
| author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-11 23:57:05 -0500 |
|---|---|---|
| committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2020-11-12 00:40:07 -0500 |
| commit | 54495c9816c19d19b10a89825b63b745de6ecfa7 (patch) | |
| tree | 3acf8f88fe89f14a5203bc07dceca3470ff1041a /src/nvim/testdir/test_plus_arg_edit.vim | |
| parent | 4ae31c46f75aef7d7a80dd2a8d269c168806a1bd (diff) | |
| download | rneovim-54495c9816c19d19b10a89825b63b745de6ecfa7.tar.gz rneovim-54495c9816c19d19b10a89825b63b745de6ecfa7.tar.bz2 rneovim-54495c9816c19d19b10a89825b63b745de6ecfa7.zip | |
vim-patch:8.1.0811: too many #ifdefs
Problem: Too many #ifdefs.
Solution: Graduate FEAT_MBYTE, the final chapter.
https://github.com/vim/vim/commit/30276f2beb248557c6b33cd5418bca8b7084b0a5
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 |