diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-11 20:09:58 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-11 20:09:58 +0000 |
commit | 488c6512d9fbe998b2d6ef64bd50d323ccb6607f (patch) | |
tree | 9e73a6df9accd1ad5c03e4271e4144708b5722d3 /runtime/doc/spell.txt | |
parent | 8b1e71fa25088fa133b440327cb4f500a3a61767 (diff) | |
download | vim-git-488c6512d9fbe998b2d6ef64bd50d323ccb6607f.tar.gz |
updated for version 7.0128
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 573a9429d..d76c66b80 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 Jul 31 +*spell.txt* For Vim version 7.0aa. Last change: 2005 Aug 11 VIM REFERENCE MANUAL by Bram Moolenaar @@ -145,6 +145,10 @@ z? For the word under/after the cursor suggest correctly :spellr[epall] Repeat the replacement done by |z?| for all matches with the replaced word in the current window. +In Insert mode, when the cursor is after a badly spelled word, you can use +CTRL-X s to find suggestions. This works like Insert mode completion. Use +CTRL-N to use the next suggestion, CTRL-P to go back. |i_CTRL-X_s| + The 'spellsuggest' option influences how the list of suggestions is generated and sorted. See |'spellsuggest'|. |