diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-01-16 00:06:59 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-01-16 00:06:59 +0100 |
commit | fe7a53f3cf23da7b9ad9ab702fd18058699089fc (patch) | |
tree | 27c035fa24d676b48c97da89665598dfcee2a23d /src | |
parent | 682d5ff8e68ea525ad16ca254890b0b46d631ee9 (diff) | |
download | rneovim-fe7a53f3cf23da7b9ad9ab702fd18058699089fc.tar.gz rneovim-fe7a53f3cf23da7b9ad9ab702fd18058699089fc.tar.bz2 rneovim-fe7a53f3cf23da7b9ad9ab702fd18058699089fc.zip |
test/old: skip enc=latin1 tests
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/test_spell.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nvim/testdir/test_spell.vim b/src/nvim/testdir/test_spell.vim index e4c236c968..c7b4b60b6c 100644 --- a/src/nvim/testdir/test_spell.vim +++ b/src/nvim/testdir/test_spell.vim @@ -234,6 +234,7 @@ endfunc "Test with SAL instead of SOFO items; test automatic reloading func Test_zz_sal_and_addition() + throw 'skipped: Nvim does not support enc=latin1' set enc=latin1 set spellfile= call writefile(g:test_data_dic1, "Xtest.dic") @@ -281,6 +282,7 @@ func Test_zeq_crash() endfunc func LoadAffAndDic(aff_contents, dic_contents) + throw 'skipped: Nvim does not support enc=latin1' set enc=latin1 set spellfile= call writefile(a:aff_contents, "Xtest.aff") |