diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-05 21:48:14 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-05 21:48:14 +0000 |
commit | 53180ce2e7b496306012316ca220fea978576a8c (patch) | |
tree | e52d6164116de32e335dcaed29e9d947c9cc7249 /runtime/doc/spell.txt | |
parent | dfb9ac00215670dedfd1fb7c1bb54195e9a929a5 (diff) | |
download | vim-git-53180ce2e7b496306012316ca220fea978576a8c.tar.gz |
updated for version 7.0103v7.0103
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 5fc1dd82d..79782c868 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 04 +*spell.txt* For Vim version 7.0aa. Last change: 2005 Jul 05 VIM REFERENCE MANUAL by Bram Moolenaar @@ -79,20 +79,20 @@ zW Like "zw" but add the word to the internal word list *:spe* *:spellgood* :[count]spe[llgood] {word} - Add [word} as a good word to 'spellfile', like with + Add {word} as a good word to 'spellfile', like with "zg". Without count the first name is used, with a count of two the second entry, etc. -:spe[llgood]! {word} Add [word} as a good word to the internal word list, +:spe[llgood]! {word} Add {word} as a good word to the internal word list, like with "zG". *:spellw* *:spellwrong* :[count]spellw[rong] {word} - Add [word} as a wrong (bad) word to 'spellfile', as + Add {word} as a wrong (bad) word to 'spellfile', as with "zw". Without count the first name is used, with a count of two the second entry, etc. -:spellw[rong]! {word} Add [word} as a wrong (bad) word to the internal word +:spellw[rong]! {word} Add {word} as a wrong (bad) word to the internal word list. After adding a word to 'spellfile' with the above commands its associated |