Update runtime files

This commit is contained in:
Bram Moolenaar
2023-04-22 22:40:14 +01:00
parent 80406c2618
commit 71badf9547
63 changed files with 3694 additions and 817 deletions

View File

@ -1,4 +1,4 @@
*spell.txt* For Vim version 9.0. Last change: 2020 Aug 15
*spell.txt* For Vim version 9.0. Last change: 2023 Apr 21
VIM REFERENCE MANUAL by Bram Moolenaar
@ -216,7 +216,8 @@ line may be postponed. Use |CTRL-L| when needed. Also see |set-spc-auto| for
how it can be set automatically when 'spelllang' is set.
The 'spelloptions' option has a few more flags that influence the way spell
checking works.
checking works. For example, "camel" splits CamelCased words so that each
part of the word is spell-checked separately.
Vim counts the number of times a good word is encountered. This is used to
sort the suggestions: words that have been seen before get a small bonus,