mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test/old: skip encoding=latin1 test
This commit is contained in:
parent
ef39f854d7
commit
5191f963bf
@ -73,7 +73,6 @@ NEW_TESTS ?= \
|
|||||||
test_ins_complete.res \
|
test_ins_complete.res \
|
||||||
test_lambda.res \
|
test_lambda.res \
|
||||||
test_langmap.res \
|
test_langmap.res \
|
||||||
test_listlbr.res \
|
|
||||||
test_let.res \
|
test_let.res \
|
||||||
test_lineending.res \
|
test_lineending.res \
|
||||||
test_listchars.res \
|
test_listchars.res \
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
" Test for linebreak and list option (non-utf8)
|
" Test for linebreak and list option (non-utf8)
|
||||||
|
|
||||||
|
" Nvim does not allow setting 'encoding', so skip this test.
|
||||||
|
finish
|
||||||
|
|
||||||
set encoding=latin1
|
set encoding=latin1
|
||||||
scriptencoding latin1
|
scriptencoding latin1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user