> If you have a file in _mixed_ language (part of the file in English > and another part in Chinese), then I don't know if (or how) Vim can > spell-check only the "English" paragraphs. It might be as simple as > excluding anything in the "Chinese" part of the Unicode range from > spell-checking altogether. This seems to have the best hope to work. How do I do this in vim? I can probably figure out what the unicode range(4E00-9FAF I believe) for Chinese, but how do I specify that they're excluded from spell-checking? Thanks a lot! Jiang