forked from aniani/vim
patch 8.1.0811: too many #ifdefs
Problem: Too many #ifdefs. Solution: Graduate FEAT_MBYTE, the final chapter.
This commit is contained in:
@@ -33,7 +33,7 @@ func Test_writefile_fails_gently()
|
||||
endfunc
|
||||
|
||||
func Test_writefile_fails_conversion()
|
||||
if !has('multi_byte') || !has('iconv') || system('uname -s') =~ 'SunOS'
|
||||
if !has('iconv') || system('uname -s') =~ 'SunOS'
|
||||
return
|
||||
endif
|
||||
set nobackup nowritebackup
|
||||
|
||||
Reference in New Issue
Block a user