From e5046822c96ecfd7c774bf3ab025caf5aebd06d8 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Mon, 3 Sep 2018 13:11:07 -0400 Subject: oldtests: skip Test_spellinfo() nvim supports only `set encoding=utf8`. --- src/nvim/testdir/test_spell.vim | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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 -- cgit