diff options
author | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-09-03 13:11:07 -0400 |
---|---|---|
committer | Jan Edmund Lazo <janedmundlazo@hotmail.com> | 2018-11-12 08:45:03 -0500 |
commit | e5046822c96ecfd7c774bf3ab025caf5aebd06d8 (patch) | |
tree | 743d5e0b36418506cd78ee8ff8a6e1bc14add798 | |
parent | 208cdb84a6991bb3652db70b7ac6aea7ab36dcb7 (diff) | |
download | rneovim-e5046822c96ecfd7c774bf3ab025caf5aebd06d8.tar.gz rneovim-e5046822c96ecfd7c774bf3ab025caf5aebd06d8.tar.bz2 rneovim-e5046822c96ecfd7c774bf3ab025caf5aebd06d8.zip |
oldtests: skip Test_spellinfo()
nvim supports only `set encoding=utf8`.
-rw-r--r-- | src/nvim/testdir/test_spell.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_spell.vim b/src/nvim/testdir/test_spell.vim index 3dbbce83fc..b3438cc649 100644 --- a/src/nvim/testdir/test_spell.vim +++ b/src/nvim/testdir/test_spell.vim @@ -86,6 +86,7 @@ func Test_spellreall() endfunc func Test_spellinfo() + throw 'skipped: Nvim does not support enc=latin1' new set enc=latin1 spell spelllang=en |