Change test execution conditions

Since neovim needs iconv to process cp932, it changes the test execution
condition.
This commit is contained in:
erw7
2019-08-05 23:15:22 +09:00
parent 619f136075
commit 861a7604d4

View File

@@ -1,5 +1,7 @@
" 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
endif
scriptencoding cp932