1
- *spell.txt* For Vim version 9.0. Last change: 2020 Aug 15
1
+ *spell.txt* For Vim version 9.0. Last change: 2023 May 25
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -122,7 +122,7 @@ zuG Undo |zW| and |zG|, remove the word from the internal
122
122
list, like with | zW | .
123
123
124
124
*:spellra* *:spellrare*
125
- :[count] spellr[are ] {word}
125
+ :[count] spellra[re ] {word}
126
126
Add {word} as a rare word to 'spellfile' , similar to
127
127
| zw | . Without count the first name is used, with
128
128
a count of two the second entry, etc.
@@ -135,7 +135,7 @@ zuG Undo |zW| and |zG|, remove the word from the internal
135
135
nnoremap z/ :exe ':spellrare! ' .. expand('<cWORD>')<CR>
136
136
< | :spellundo | , | zuw | , or | zuW | can be used to undo this.
137
137
138
- :spellr[rare ]! {word} Add {word} as a rare word to the internal word
138
+ :spellra[re ]! {word} Add {word} as a rare word to the internal word
139
139
list, similar to | zW | .
140
140
141
141
:[count] spellu[ndo] {word} *:spellu* *:spellundo*
@@ -216,7 +216,8 @@ line may be postponed. Use |CTRL-L| when needed. Also see |set-spc-auto| for
216
216
how it can be set automatically when 'spelllang' is set.
217
217
218
218
The 'spelloptions' option has a few more flags that influence the way spell
219
- checking works.
219
+ checking works. For example, "camel" splits CamelCased words so that each
220
+ part of the word is spell-checked separately.
220
221
221
222
Vim counts the number of times a good word is encountered. This is used to
222
223
sort the suggestions: words that have been seen before get a small bonus,
0 commit comments