forked from aniani/vim
updated for version 7.0-156
This commit is contained in:
@@ -667,7 +667,7 @@ codepage_invalid:
|
||||
* API */
|
||||
n = IsDBCSLeadByteEx(enc_dbcs, (BYTE)i) ? 2 : 1;
|
||||
#else
|
||||
# ifdef MACOS
|
||||
# if defined(MACOS) || defined(__amigaos4__)
|
||||
/*
|
||||
* if mblen() is not available, character which MSB is turned on
|
||||
* are treated as leading byte character. (note : This assumption
|
||||
|
Reference in New Issue
Block a user