|
1 | | -*spell.txt* For Vim version 9.1. Last change: 2025 Sep 02 |
| 1 | +*spell.txt* For Vim version 9.1. Last change: 2025 Oct 12 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar |
@@ -140,7 +140,7 @@ zuG Undo |zW| and |zG|, remove the word from the internal |
140 | 140 |
|
141 | 141 | There are no normal mode commands to mark words as |
142 | 142 | rare as this is a fairly uncommon command and all |
143 | | - intuitive commands for this are already taken. If you |
| 143 | + intuitive commands for this are already taken. If you |
144 | 144 | want you can add mappings with e.g.: > |
145 | 145 | nnoremap z? :exe ':spellrare ' .. expand('<cWORD>')<CR> |
146 | 146 | nnoremap z/ :exe ':spellrare! ' .. expand('<cWORD>')<CR> |
@@ -300,7 +300,7 @@ In a table: |
300 | 300 |
|
301 | 301 | *spell-cjk* |
302 | 302 | Chinese, Japanese and other East Asian characters are normally marked as |
303 | | -errors, because spell checking of these characters is not supported. If |
| 303 | +errors, because spell checking of these characters is not supported. If |
304 | 304 | 'spelllang' includes "cjk", these characters are not marked as errors. This |
305 | 305 | is useful when editing text with spell checking while some Asian words are |
306 | 306 | present. |
@@ -507,10 +507,10 @@ Vim uses a binary file format for spelling. This greatly speeds up loading |
507 | 507 | the word list and keeps it small. |
508 | 508 | *.aff* *.dic* *Myspell* |
509 | 509 | You can create a Vim spell file from the .aff and .dic files that Myspell |
510 | | -uses. Myspell is used by OpenOffice.org and Mozilla. The OpenOffice .oxt |
511 | | -files are zip files which contain the .aff and .dic files. You should be able |
| 510 | +uses. Myspell is used by OpenOffice.org and Mozilla. The OpenOffice .oxt |
| 511 | +files are zip files which contain the .aff and .dic files. You should be able |
512 | 512 | to find them here: |
513 | | - http://extensions.services.openoffice.org/dictionary |
| 513 | + https://extensions.openoffice.org/en/search@f[0]=field_project_application%253A1&f[1]=field_project_tags%253A94.html |
514 | 514 | The older, OpenOffice 2 files may be used if this doesn't work: |
515 | 515 | http://wiki.services.openoffice.org/wiki/Dictionaries |
516 | 516 | You can also use a plain word list. The results are the same, the choice |
@@ -842,8 +842,8 @@ starting with an upper-case letter. |
842 | 842 |
|
843 | 843 | When the word includes an upper-case letter, this means the upper-case letter |
844 | 844 | is required at this position. The same word with a lower-case letter at this |
845 | | -position will not match. When some of the other letters are upper-case it will |
846 | | -not match either. |
| 845 | +position will not match. When some of the other letters are upper-case it |
| 846 | +will not match either. |
847 | 847 |
|
848 | 848 | The word with all upper-case characters will always be OK, |
849 | 849 |
|
@@ -1182,9 +1182,10 @@ WORDS WITH A SLASH *spell-SLASH* |
1182 | 1182 |
|
1183 | 1183 | The slash is used in the .dic file to separate the basic word from the affix |
1184 | 1184 | letters and other flags. Unfortunately, this means you cannot use a slash in |
1185 | | -a word. Thus "TCP/IP" is not a word but "TCP" with the flags "IP". To include |
1186 | | -a slash in the word put a backslash before it: "TCP\/IP". In the rare case |
1187 | | -you want to use a backslash inside a word you need to use two backslashes. |
| 1185 | +a word. Thus "TCP/IP" is not a word but "TCP" with the flags "IP". To |
| 1186 | +include a slash in the word put a backslash before it: "TCP\/IP". In the rare |
| 1187 | +case you want to use a backslash inside a word you need to use two |
| 1188 | +backslashes. |
1188 | 1189 | Any other use of the backslash is reserved for future expansion. |
1189 | 1190 |
|
1190 | 1191 |
|
@@ -1614,7 +1615,7 @@ CHECKCOMPOUNDTRIPLE (Hunspell) *spell-CHECKCOMPOUNDTRIPLE* |
1614 | 1615 |
|
1615 | 1616 | CHECKSHARPS (Hunspell) *spell-CHECKSHARPS* |
1616 | 1617 | SS letter pair in uppercased (German) words may be upper case |
1617 | | - sharp s (ß). Not supported. |
| 1618 | + sharp s (ß). Not supported. |
1618 | 1619 |
|
1619 | 1620 | COMPLEXPREFIXES (Hunspell) *spell-COMPLEXPREFIXES* |
1620 | 1621 | Enables using two prefixes. Not supported. |
|
0 commit comments