1
0
forked from aniani/vim

updated for version 7.0-156

This commit is contained in:
Bram Moolenaar
2006-11-01 17:12:57 +00:00
parent 219b87038a
commit 5a6404cff4
8 changed files with 166 additions and 48 deletions

View File

@@ -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