diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-11-12 04:44:01 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-11-12 04:44:01 +0100 |
commit | cc63c647eee82ca4f3a9c7b09c1bd86933e913d4 (patch) | |
tree | 1568b983900ab159817a190316b18f511d2a9ade /runtime/doc/spell.txt | |
parent | efe06f4dd8713e5a8dc8c537b0fdf89101a87c20 (diff) | |
download | vim-git-cc63c647eee82ca4f3a9c7b09c1bd86933e913d4.tar.gz |
updated for version 7.4.088v7.4.088
Problem: When spell checking is enabled Asian characters are always marked
as error.
Solution: When 'spelllang' contains "cjk" do not mark Asian characters as
error. (Ken Takata)
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index c2b526d17..d2dde05ec 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -269,6 +269,13 @@ In a table: latin1 yi transliterated Yiddish utf-8 yi-tr transliterated Yiddish + *spell-cjk* +Chinese, Japanese and other East Asian characters are normally marked as +errors, because spell checking of these characters is not supported. If +'spelllang' includes "cjk", these characters are not marked as errors. This +is useful when editing text with spell checking while some Asian words are +present. + SPELL FILES *spell-load* |