comparison runtime/doc/spell.txt @ 32294:b2e8663e6dcc

Update runtime files Commit: https://github.com/vim/vim/commit/71badf9547e8f89571b9a095183671cbb333d528 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 22 22:40:14 2023 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sat, 22 Apr 2023 23:45:05 +0200
parents 5acd6f02ea35
children 635de73eeb4c
comparison
equal deleted inserted replaced
32293:6f7c948e5b15 32294:b2e8663e6dcc
1 *spell.txt* For Vim version 9.0. Last change: 2020 Aug 15 1 *spell.txt* For Vim version 9.0. Last change: 2023 Apr 21
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
214 When there is a line break right after a sentence the highlighting of the next 214 When there is a line break right after a sentence the highlighting of the next
215 line may be postponed. Use |CTRL-L| when needed. Also see |set-spc-auto| for 215 line may be postponed. Use |CTRL-L| when needed. Also see |set-spc-auto| for
216 how it can be set automatically when 'spelllang' is set. 216 how it can be set automatically when 'spelllang' is set.
217 217
218 The 'spelloptions' option has a few more flags that influence the way spell 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 Vim counts the number of times a good word is encountered. This is used to 222 Vim counts the number of times a good word is encountered. This is used to
222 sort the suggestions: words that have been seen before get a small bonus, 223 sort the suggestions: words that have been seen before get a small bonus,
223 words that have been seen often get a bigger bonus. The COMMON item in the 224 words that have been seen often get a bigger bonus. The COMMON item in the
224 affix file can be used to define common words, so that this mechanism also 225 affix file can be used to define common words, so that this mechanism also