mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00:00
Change test execution conditions
Since neovim needs iconv to process cp932, it changes the test execution condition.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
" Tests for using Ctrl-A/Ctrl-X using DBCS.
|
" Tests for using Ctrl-A/Ctrl-X using DBCS.
|
||||||
if !has('multi_byte')
|
" neovim needs an iconv to handle cp932. Please do not remove the following
|
||||||
|
" conditions.
|
||||||
|
if !has('iconv')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
scriptencoding cp932
|
scriptencoding cp932
|
||||||
|
Reference in New Issue
Block a user