diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-06-21 22:37:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-06-21 22:37:39 +0000 |
commit | d857f0e0f419ffcc8a17d2724d5f3fa62da590a7 (patch) | |
tree | 0a5a35fc6d2861e18bc87f4a91652198a7a6e60b /runtime/doc/spell.txt | |
parent | 3f7704760770fb4382f61b27ae7762365db5c70a (diff) | |
download | vim-d857f0e0f419ffcc8a17d2724d5f3fa62da590a7.zip |
updated for version 7.0089
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 4c7a1a87e..7013e6d70 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 Jun 19 +*spell.txt* For Vim version 7.0aa. Last change: 2005 Jun 21 VIM REFERENCE MANUAL by Bram Moolenaar @@ -92,6 +92,12 @@ z? For the badly spelled word under the cursor suggest higher the score the more different). The score may be slightly wrong for words with multi-byte characters. + When a word was replaced the redo command "." will + repeat the word replacement. This works like "ciw", + the good word and <Esc>. + +The 'spellsuggest' option influences how the list of suggestions is generated +and sorted. See |'spellsuggest'|. PERFORMANCE @@ -337,7 +343,7 @@ Example: /regions=uscagb regions "us", "ca" and "gb" example word for all regions /1blah word for region 1 "us" - /!Vim bad word + /!vim bad word /?3Campbell rare word in region 3 "gb" /='s mornings keep-case word |