diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-04-19 21:40:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-04-19 21:40:26 +0000 |
commit | 5c5474b3863ebe18e0f0a7d6265b91f794a24912 (patch) | |
tree | 1225b7d3c6f2d538198c91b49e287ed9c2f560ca /runtime/doc/spell.txt | |
parent | fe5cafe9b42014195e256138f75f55c4dfafd198 (diff) | |
download | vim-git-5c5474b3863ebe18e0f0a7d6265b91f794a24912.tar.gz |
updated for version 7.0068
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index b33dec220..a9cc7e1ed 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -1,4 +1,4 @@ -*spell.txt* For Vim version 7.0aa. Last change: 2005 Apr 17 +*spell.txt* For Vim version 7.0aa. Last change: 2005 Apr 19 VIM REFERENCE MANUAL by Bram Moolenaar @@ -35,6 +35,8 @@ To search for the next misspelled word: *]s* *E756* ]s Move to next misspelled word after the cursor. + NOTE: doesn't obey syntax highlighting yet, thus + will stop at more places than what is highlighted. *[s* [s Move to next misspelled word before the cursor. @@ -57,9 +59,11 @@ A word may be spelled differently in various regions. For example, English comes in (at least) these variants: en all regions - en_us US - en_gb Great Britain + en_au Australia en_ca Canada + en_gb Great Britain + en_nz New Zealand + en_us USA Words that are not used in one region but are used in another region are highlighted with SpellLocal. |