mirror of
https://github.com/vim/vim.git
synced 2025-10-06 05:44:14 -04:00
patch 8.1.0811: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
" setting 'termencoding' to make it work.
|
||||
|
||||
" This only works with "iconv".
|
||||
if !has('multi_byte') || !has('iconv')
|
||||
if !has('iconv')
|
||||
finish
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user