blob: 4c7a1a87edaabed9ce05c3d7169133a9ef531624 [file] [log] [blame]
Bram Moolenaare13305e2005-06-19 22:54:15 +00001*spell.txt* For Vim version 7.0aa. Last change: 2005 Jun 19
Bram Moolenaar217ad922005-03-20 22:37:15 +00002
3
4 VIM REFERENCE MANUAL by Bram Moolenaar
5
6
7Spell checking *spell*
8
91. Quick start |spell-quickstart|
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000102. Generating a spell file |spell-mkspell|
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000113. Spell file format |spell-file-format|
Bram Moolenaar217ad922005-03-20 22:37:15 +000012
13{Vi does not have any of these commands}
14
15Spell checking is not available when the |+syntax| feature has been disabled
16at compile time.
17
18==============================================================================
191. Quick start *spell-quickstart*
20
21This command switches on spell checking: >
22
23 :setlocal spell spelllang=en_us
24
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +000025This switches on the 'spell' option and specifies to check for US English.
Bram Moolenaar217ad922005-03-20 22:37:15 +000026
27The words that are not recognized are highlighted with one of these:
Bram Moolenaar520470a2005-06-16 21:59:56 +000028 SpellBad word not recognized |hl-SpellBad|
29 SpellRare rare word |hl-SpellRare|
30 SpellLocal wrong spelling for selected region |hl-SpellLocal|
Bram Moolenaar217ad922005-03-20 22:37:15 +000031
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +000032Vim only checks words for spelling, there is no grammar check.
33
34To search for the next misspelled word:
35
36 *]s* *E756*
37]s Move to next misspelled word after the cursor.
Bram Moolenaar9d0ec2e2005-04-20 19:45:58 +000038 A count before the command can be used to repeat.
39 This uses the @Spell and @NoSpell clusters from syntax
40 highlighting, see |spell-syntax|.
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +000041
42 *[s*
Bram Moolenaar9d0ec2e2005-04-20 19:45:58 +000043[s Like "]s" but search backwards, find the misspelled
44 word before the cursor.
45
46 *]S*
47]S Like "]s" but only stop at bad words, not at rare
48 words or words for another region.
49
50 *[S*
51[S Like "]S" but search backwards.
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +000052
Bram Moolenaar217ad922005-03-20 22:37:15 +000053
Bram Moolenaar9ba0eb82005-06-13 22:28:56 +000054To add words to your own word list: *E764*
Bram Moolenaar82cf9b62005-06-07 21:09:25 +000055
56 *zg*
57zg Add word under the cursor as a good word to
58 'spellfile'. In Visual mode the selected characters
59 are added as a word (including white space!).
60
61 *zw*
62zw Add word under the cursor as a wrong (bad) word to
63 'spellfile'. In Visual mode the selected characters
64 are added as a word (including white space!).
65
Bram Moolenaar520470a2005-06-16 21:59:56 +000066 *:spe* *:spellgood*
67:spe[llgood] {word} Add [word} as a good word to 'spellfile'.
Bram Moolenaar82cf9b62005-06-07 21:09:25 +000068
Bram Moolenaar520470a2005-06-16 21:59:56 +000069 *:spellw* *:spellwrong*
Bram Moolenaar82cf9b62005-06-07 21:09:25 +000070:spellw[rong] {word} Add [word} as a wrong (bad) word to 'spellfile'.
71
72After adding a word to 'spellfile' its associated ".spl" file will
Bram Moolenaar3638c682005-06-08 22:05:14 +000073automatically be updated. More details about the 'spellfile' format below
74|spell-wordlist-format|.
Bram Moolenaar82cf9b62005-06-07 21:09:25 +000075
76
Bram Moolenaar9ba0eb82005-06-13 22:28:56 +000077Finding suggestions for bad words:
78
79 *z?*
80z? For the badly spelled word under the cursor suggest
81 the correctly spelled word.
82 When there is no badly spelled word under the cursor
83 use the one after the cursor, in the same line.
84 The results are sorted on similarity to the badly
85 spelled word.
86 This may take a long time. Hit CTRL-C when you are
87 bored.
88 You can enter the number of your choice or press
89 <Enter> if you don't want to replace.
Bram Moolenaarf3bd51a2005-06-14 22:11:18 +000090 If 'verbose' is non-zero a score will be displayed to
91 indicate the likeliness to the badly spelled word (the
92 higher the score the more different).
93 The score may be slightly wrong for words with
94 multi-byte characters.
Bram Moolenaar9ba0eb82005-06-13 22:28:56 +000095
96
Bram Moolenaar6bb68362005-03-22 23:03:44 +000097PERFORMANCE
98
Bram Moolenaar3638c682005-06-08 22:05:14 +000099Note that Vim does on-the-fly spell checking. To make this work fast the
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000100word list is loaded in memory. Thus this uses a lot of memory (1 Mbyte or
Bram Moolenaar3638c682005-06-08 22:05:14 +0000101more). There might also be a noticeable delay when the word list is loaded,
102which happens when 'spelllang' or 'spell' is set. Each word list is only
103loaded once, they are not deleted when 'spelllang' is made empty or 'spell' is
104reset. When 'encoding' is set the word lists are reloaded, thus you may
105notice a delay then too.
Bram Moolenaar6bb68362005-03-22 23:03:44 +0000106
107
Bram Moolenaar217ad922005-03-20 22:37:15 +0000108REGIONS
109
110A word may be spelled differently in various regions. For example, English
111comes in (at least) these variants:
112
113 en all regions
Bram Moolenaar5c5474b2005-04-19 21:40:26 +0000114 en_au Australia
Bram Moolenaar217ad922005-03-20 22:37:15 +0000115 en_ca Canada
Bram Moolenaar5c5474b2005-04-19 21:40:26 +0000116 en_gb Great Britain
117 en_nz New Zealand
118 en_us USA
Bram Moolenaar217ad922005-03-20 22:37:15 +0000119
120Words that are not used in one region but are used in another region are
Bram Moolenaar520470a2005-06-16 21:59:56 +0000121highlighted with SpellLocal |hl-SpellLocal|.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000122
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000123Always use lowercase letters for the language and region names.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000124
Bram Moolenaar3638c682005-06-08 22:05:14 +0000125When adding a word with |zg| or another command it's always added for all
126regions. You can change that by manually editing the 'spellfile'. See
127|spell-wordlist-format|.
128
Bram Moolenaar217ad922005-03-20 22:37:15 +0000129
130SPELL FILES
131
132Vim searches for spell files in the "spell" subdirectory of the directories in
Bram Moolenaar3638c682005-06-08 22:05:14 +0000133'runtimepath'. The name is: LL.EEE.spl, where:
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000134 LL the language name
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000135 EEE the value of 'encoding'
Bram Moolenaar217ad922005-03-20 22:37:15 +0000136
Bram Moolenaar3638c682005-06-08 22:05:14 +0000137Only the first file is loaded, the one that is first in 'runtimepath'. If
138this succeeds then additionally files with the name LL.EEE.add.spl are loaded.
139All the ones that are found are used.
140
Bram Moolenaar0e21a3f2005-04-17 20:28:32 +0000141Exceptions:
142- Vim uses "latin1" when 'encoding' is "iso-8859-15". The euro sign doesn't
143 matter for spelling.
144- When no spell file for 'encoding' is found "ascii" is tried. This only
145 works for languages where nearly all words are ASCII, such as English. It
146 helps when 'encoding' is not "latin1", such as iso-8859-2, and English text
Bram Moolenaar3638c682005-06-08 22:05:14 +0000147 is being edited. For the ".add" files the same name as the found main
148 spell file is used.
149
150For example, with these values:
151 'runtimepath' is "~/.vim,/usr/share/vim70,~/.vim/after"
152 'encoding' is "iso-8859-2"
153 'spelllang' is "pl"
154
155Vim will look for:
1561. ~/.vim/spell/pl.iso-8859-2.spl
1572. /usr/share/vim70/spell/pl.iso-8859-2.spl
1583. ~/.vim/spell/pl.iso-8859-2.add.spl
1594. /usr/share/vim70/spell/pl.iso-8859-2.add.spl
1605. ~/.vim/after/spell/pl.iso-8859-2.add.spl
161
162This assumes 1. is not found and 2. is found.
163
164If 'encoding' is "latin1" Vim will look for:
1651. ~/.vim/spell/pl.latin1.spl
1662. /usr/share/vim70/spell/pl.latin1.spl
1673. ~/.vim/after/spell/pl.latin1.spl
1684. ~/.vim/spell/pl.ascii.spl
1695. /usr/share/vim70/spell/pl.ascii.spl
1706. ~/.vim/after/spell/pl.ascii.spl
171
172This assumes none of them are found (Polish doesn't make sense when leaving
173out the non-ASCII characters).
Bram Moolenaar217ad922005-03-20 22:37:15 +0000174
Bram Moolenaar6bb68362005-03-22 23:03:44 +0000175Spelling for EBCDIC is currently not supported.
176
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000177A spell file might not be available in the current 'encoding'. See
178|spell-mkspell| about how to create a spell file. Converting a spell file
Bram Moolenaar0e21a3f2005-04-17 20:28:32 +0000179with "iconv" will NOT work!
Bram Moolenaar217ad922005-03-20 22:37:15 +0000180
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000181 *E758* *E759*
182When loading a spell file Vim checks that it is properly formatted. If you
Bram Moolenaar0e21a3f2005-04-17 20:28:32 +0000183get an error the file may be truncated, modified or intended for another Vim
184version.
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000185
Bram Moolenaar6bb68362005-03-22 23:03:44 +0000186
187WORDS
188
189Vim uses a fixed method to recognize a word. This is independent of
190'iskeyword', so that it also works in help files and for languages that
191include characters like '-' in 'iskeyword'. The word characters do depend on
192'encoding'.
193
Bram Moolenaar9ba0eb82005-06-13 22:28:56 +0000194The table with word characters is stored in the main .spl file. Therefore it
195matters what the current locale is when generating it! A .add.spl file does
196not contain a word table.
197
Bram Moolenaar3638c682005-06-08 22:05:14 +0000198A word that starts with a digit is always ignored. That includes hex numbers
199in the form 0xff and 0XFF.
Bram Moolenaar6bb68362005-03-22 23:03:44 +0000200
201
Bram Moolenaar9d0ec2e2005-04-20 19:45:58 +0000202SYNTAX HIGHLIGHTING *spell-syntax*
Bram Moolenaar6bb68362005-03-22 23:03:44 +0000203
204Files that use syntax highlighting can specify where spell checking should be
205done:
206
Bram Moolenaar3638c682005-06-08 22:05:14 +00002071. everywhere default
2082. in specific items use "contains=@Spell"
2093. everywhere but specific items use "contains=@NoSpell"
Bram Moolenaar6bb68362005-03-22 23:03:44 +0000210
Bram Moolenaar3638c682005-06-08 22:05:14 +0000211For the second method adding the @NoSpell cluster will disable spell checking
212again. This can be used, for example, to add @Spell to the comments of a
213program, and add @NoSpell for items that shouldn't be checked.
Bram Moolenaar6bb68362005-03-22 23:03:44 +0000214
Bram Moolenaar217ad922005-03-20 22:37:15 +0000215==============================================================================
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +00002162. Generating a spell file *spell-mkspell*
Bram Moolenaar217ad922005-03-20 22:37:15 +0000217
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000218Vim uses a binary file format for spelling. This greatly speeds up loading
219the word list and keeps it small.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000220
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000221You can create a Vim spell file from the .aff and .dic files that Myspell
222uses. Myspell is used by OpenOffice.org and Mozilla. You should be able to
223find them here:
224 http://lingucomponent.openoffice.org/spell_dic.html
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000225You can also use a plain word list.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000226
Bram Moolenaare13305e2005-06-19 22:54:15 +0000227Make sure your current locale is set properly, otherwise Vim doesn't know what
228characters are upper/lower case letters. If the locale isn't available (e.g.,
229when using an MS-Windows codepage on Unix) add tables to the .aff file
230|spell-affix-chars|.
231
Bram Moolenaar520470a2005-06-16 21:59:56 +0000232:mksp[ell][!] [-ascii] {outname} {inname} ... *:mksp* *:mkspell*
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000233 Generate a Vim spell file word lists. Example: >
234 :mkspell nl nl_NL.words
235<
236 When {outname} ends in ".spl" it is used as the output
237 file name. Otherwise it should be a language name,
238 such as "en". The file written will be
239 {outname}.{encoding}.spl. {encoding} is the value of
240 the 'encoding' option.
Bram Moolenaar75c50c42005-06-04 22:06:24 +0000241
Bram Moolenaar520470a2005-06-16 21:59:56 +0000242 When the output file already exists [!] must be added
243 to overwrite it.
244
Bram Moolenaar0e21a3f2005-04-17 20:28:32 +0000245 When the [-ascii] argument is present, words with
246 non-ascii characters are skipped. The resulting file
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000247 ends in "ascii.spl".
Bram Moolenaar75c50c42005-06-04 22:06:24 +0000248
249 The input can be the Myspell format files {inname}.aff
250 and {inname}.dic. If {inname}.aff does not exist then
251 {inname} is used as the file name of a plain word
252 list.
253
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000254 Multiple {inname} arguments can be given to combine
255 regions into one Vim spell file. Example: >
256 :mkspell ~/.vim/spell/en /tmp/en_US /tmp/en_CA /tmp/en_AU
257< This combines the English word lists for US, CA and AU
258 into one en.spl file.
259 Up to eight regions can be combined. *E754* *755*
Bram Moolenaar9ba0eb82005-06-13 22:28:56 +0000260 The REP and SAL items of the first .aff file where
261 they appear are used. |spell-affix-REP|
262 |spell-affix-SAL|
Bram Moolenaar217ad922005-03-20 22:37:15 +0000263
Bram Moolenaar45eeb132005-06-06 21:59:07 +0000264 When the spell file was written all currently used
265 spell files will be reloaded.
266
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000267:mksp[ell] [-ascii] {add-name}
268 Like ":mkspell" above, using {add-name} as the input
269 file and producing an output file that has ".spl"
270 appended.
271
272Since you might want to change a Myspell word list for use with Vim the
273following procedure is recommended:
Bram Moolenaar217ad922005-03-20 22:37:15 +0000274
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +00002751. Obtain the xx_YY.aff and xx_YY.dic files from Myspell.
2762. Make a copy of these files to xx_YY.orig.aff and xx_YY.orig.dic.
2773. Change the xx_YY.aff and xx_YY.dic files to remove bad words, add missing
Bram Moolenaar0cb032e2005-04-23 20:52:00 +0000278 words, define word characters with FOL/LOW/UPP, etc. The distributed
279 "src/spell/*.diff" files can be used.
2804. Set 'encoding' to the desired encoding and use |:mkspell| to generate the
281 Vim spell file.
2825. Try out the spell file with ":set spell spelllang=xx_YY".
Bram Moolenaar217ad922005-03-20 22:37:15 +0000283
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000284When the Myspell files are updated you can merge the differences:
Bram Moolenaar0cb032e2005-04-23 20:52:00 +00002851. Obtain the new Myspell files as xx_YY.new.aff and xx_UU.new.dic.
2862. Use Vimdiff to see what changed: >
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000287 vimdiff xx_YY.orig.dic xx_YY.new.dic
Bram Moolenaar0cb032e2005-04-23 20:52:00 +00002883. Take over the changes you like in xx_YY.dic.
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000289 You may also need to change xx_YY.aff.
Bram Moolenaar0cb032e2005-04-23 20:52:00 +00002904. Rename xx_YY.new.dic to xx_YY.orig.dic and xx_YY.new.aff to xx_YY.new.aff.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000291
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000292==============================================================================
2939. Spell file format *spell-file-format*
Bram Moolenaar217ad922005-03-20 22:37:15 +0000294
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000295This is the format of the files that are used by the person who creates and
296maintains a word list.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000297
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000298Note that we avoid the word "dictionary" here. That is because the goal of
299spell checking differs from writing a dictionary (as in the book). For
300spelling we need a list of words that are OK, thus need not to be highlighted.
301Names will not appear in a dictionary, but do appear in a word list. And
302some old words are rarely used and are common misspellings. These do appear
303in a dictionary but not in a word list.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000304
Bram Moolenaar75c50c42005-06-04 22:06:24 +0000305There are two formats: one with affix compression and one without. The files
306with affix compression are used by Myspell (Mozilla and OpenOffice.org). This
307requires two files, one with .aff and one with .dic extension. The second
308format is a list of words.
309
310
Bram Moolenaar3638c682005-06-08 22:05:14 +0000311FORMAT OF WORD LIST *spell-wordlist-format*
Bram Moolenaar75c50c42005-06-04 22:06:24 +0000312
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000313The words must appear one per line. That is all that is required.
314Additionally the following items are recognized:
Bram Moolenaar75c50c42005-06-04 22:06:24 +0000315- Empty and blank lines are ignored.
316- Lines starting with a # are ignored (comment lines).
Bram Moolenaar45eeb132005-06-06 21:59:07 +0000317- A line starting with "/encoding=", before any word, specifies the encoding
318 of the file. After the second '=' comes an encoding name. This tells Vim
319 to setup conversion from the specified encoding to 'encoding'.
Bram Moolenaar3638c682005-06-08 22:05:14 +0000320- A line starting with "/regions=" specifies the region names that are
321 supported. Each region name must be two ASCII letters. The first one is
322 region 1. Thus "/regions=usca" has region 1 "us" and region 2 "ca".
323 In an addition word list the list should be equal to the main word list!
Bram Moolenaar45eeb132005-06-06 21:59:07 +0000324- A line starting with "/?" specifies a word that should be marked as rare.
325- A line starting with "/!" specifies a word that should be marked as bad.
326- A line starting with "/=" specifies a word where case must match exactly.
327 A "?" or "!" may be following: "/=?" and "/=!".
Bram Moolenaar3638c682005-06-08 22:05:14 +0000328- Digits after "/" indicate the regions in which the word is valid. If no
329 regions are specified the word is valid in all regions.
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000330- Other lines starting with '/' are reserved for future use. The ones that
331 are not recognized are ignored (but you do get a warning message).
Bram Moolenaar75c50c42005-06-04 22:06:24 +0000332
Bram Moolenaar3638c682005-06-08 22:05:14 +0000333Example:
334
335 # This is an example word list comment
336 /encoding=latin1 encoding of the file
337 /regions=uscagb regions "us", "ca" and "gb"
338 example word for all regions
339 /1blah word for region 1 "us"
340 /!Vim bad word
341 /?3Campbell rare word in region 3 "gb"
342 /='s mornings keep-case word
343
Bram Moolenaar75c50c42005-06-04 22:06:24 +0000344
345FORMAT WITH AFFIX COMPRESSION
346
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000347There are two files: the basic word list and an affix file. The affixes are
348used to modify the basic words to get the full word list. This significantly
349reduces the number of words, especially for a language like Polish. This is
350called affix compression.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000351
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000352The format for the affix and word list files is mostly identical to what
353Myspell uses (the spell checker of Mozilla and OpenOffice.org). A description
354can be found here:
355 http://lingucomponent.openoffice.org/affix.readme ~
356Note that affixes are case sensitive, this isn't obvious from the description.
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000357
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000358Vim supports a few extras. Hopefully Myspell will support these too some day.
359See |spell-affix-vim|.
Bram Moolenaar217ad922005-03-20 22:37:15 +0000360
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000361The basic word list and the affix file are combined and turned into a binary
362spell file. All the preprocessing has been done, thus this file loads fast.
363The binary spell file format is described in the source code (src/spell.c).
364But only developers need to know about it.
365
366The preprocessing also allows us to take the Myspell language files and modify
367them before the Vim word list is made. The tools for this can be found in the
368"src/spell" directory.
369
370
Bram Moolenaar3638c682005-06-08 22:05:14 +0000371WORD LIST FORMAT *spell-dic-format*
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000372
373A very short example, with line numbers:
374
375 1 1234
376 2 aan
377 3 Als
378 4 Etten-Leur
379 5 et al.
380 6 's-Gravenhage
381 7 's-Gravenhaags
382 8 bedel/P
383 9 kado/1
384 10 cadeau/2
385
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000386The first line contains the number of words. Vim ignores it, but you do get
387an error message if it's not there. *E760*
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000388
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000389What follows is one word per line. There should be no white space before or
390after the word.
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000391
392When the word only has lower-case letters it will also match with the word
393starting with an upper-case letter.
394
395When the word includes an upper-case letter, this means the upper-case letter
396is required at this position. The same word with a lower-case letter at this
397position will not match. When some of the other letters are upper-case it will
398not match either.
399
400The same word with all upper-case characters will always be OK.
401
402 word list matches does not match ~
403 als als Als ALS ALs AlS aLs aLS
404 Als Als ALS als ALs AlS aLs aLS
405 ALS ALS als Als ALs AlS aLs aLS
406 AlS AlS ALS als Als ALs aLs aLS
407
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000408The KEP affix ID can be used to specifically match a word with identical case
Bram Moolenaare7566042005-06-17 22:00:15 +0000409only, see below |spell-affix-KEP|.
Bram Moolenaar45eeb132005-06-06 21:59:07 +0000410
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000411Note in line 5 to 7 that non-word characters are used. You can include
412any character in a word. When checking the text a word still only matches
413when it appears with a non-word character before and after it. For Myspell a
414word starting with a non-word character probably won't work.
415
416After the word there is an optional slash and flags. Most of these flags are
417letters that indicate the affixes that can be used with this word.
418
419 *spell-affix-vim*
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000420A flag that Vim adds and is not in Myspell is the flag defined with KEP in the
Bram Moolenaar45eeb132005-06-06 21:59:07 +0000421affix file. This has the meaning that case matters. This can be used if the
422word does not have the first letter in upper case at the start of a sentence.
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000423Example (assuming that = was used for KEP):
Bram Moolenaar13fcaaf2005-04-15 21:13:42 +0000424
425 word list matches does not match ~
426 's morgens/= 's morgens 'S morgens 's Morgens
427 's Morgens 's Morgens 'S morgens 's morgens
428
429 *spell-affix-mbyte*
430The basic word list is normally in an 8-bit encoding, which is mentioned in
431the affix file. The affix file must always be in the same encoding as the
432word list. This is compatible with Myspell. For Vim the encoding may also be
433something else, any encoding that "iconv" supports. The "SET" line must
434specify the name of the encoding. When using a multi-byte encoding it's
435possible to use more different affixes.
436
Bram Moolenaare13305e2005-06-19 22:54:15 +0000437
438CHARACTER TABLES
Bram Moolenaar0cb032e2005-04-23 20:52:00 +0000439 *spell-affix-chars*
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000440When using an 8-bit encoding the affix file should define what characters are
441word characters (as specified with ENC). This is because the system where
442":mkspell" is used may not support a locale with this encoding and isalpha()
443won't work. For example when using "cp1250" on Unix.
Bram Moolenaar0cb032e2005-04-23 20:52:00 +0000444
Bram Moolenaare7566042005-06-17 22:00:15 +0000445 *E761* *E762* *spell-affix-FOL*
446 *spell-affix-LOW* *spell-affix-UPP*
Bram Moolenaar0cb032e2005-04-23 20:52:00 +0000447Three lines in the affix file are needed. Simplistic example:
448
Bram Moolenaare13305e2005-06-19 22:54:15 +0000449 FOL áëñ ~
450 LOW áëñ ~
451 UPP ÁËÑ ~
Bram Moolenaar0cb032e2005-04-23 20:52:00 +0000452
453All three lines must have exactly the same number of characters.
454
455The "FOL" line specifies the case-folded characters. These are used to
456compare words while ignoring case. For most encodings this is identical to
457the lower case line.
458
459The "LOW" line specifies the characters in lower-case. Mostly it's equal to
460the "FOL" line.
461
462The "UPP" line specifies the characters with upper-case. That is, a character
463is upper-case where it's different from the character at the same position in
464"FOL".
465
466ASCII characters should be omitted, Vim always handles these in the same way.
467When the encoding is UTF-8 no word characters need to be specified.
468
469 *E763*
470All spell files for the same encoding must use the same word characters,
Bram Moolenaar46df82e2005-04-24 22:06:24 +0000471otherwise they can't be combined without errors. The XX.ascii.spl spell file
472generated with the "-ascii" argument will not contain the table with
473characters, so that it can be combine with spell files for any encoding.
Bram Moolenaar0cb032e2005-04-23 20:52:00 +0000474
Bram Moolenaare7566042005-06-17 22:00:15 +0000475
Bram Moolenaare13305e2005-06-19 22:54:15 +0000476AFFIXES
477 *spell-affix-PFX* *spell-affix-SFX*
478The usual PFX (prefix) and SFX (suffix) lines are supported (see the Myspell
479documentation). Note that Myspell ignores any extra text after the relevant
480info. Vim requires this text to start with a "#" so that mistakes don't go
481unnoticed. Example:
482
483 SFX F 0 in [^i]n # Spion > Spionin ~
484
485 *spell-affix-PFXPOSTPONE*
486When an affix file has very many prefixes that apply to many words it's not
487possible to build the whole word list in memory. This applies to Hebrew (a
488list with all words is over a Gbyte). In that case applying prefixes must be
489postponed. This makes spell checking slower. It is indicated by this keyword
490in the .aff file:
491
492 PFXPOSTPONE ~
493
494Only prefixes without a chop string can be postponed, prefixes with a chop
495string will still be included in the word list.
496
497
498KEEP-CASE WORDS
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000499 *spell-affix-KEP*
500In the affix file a KEP line can be used to define the affix name used for
Bram Moolenaar45eeb132005-06-06 21:59:07 +0000501keep-case words. Example:
502
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000503 KEP = ~
Bram Moolenaar45eeb132005-06-06 21:59:07 +0000504
505See above for an example |spell-affix-vim|.
506
Bram Moolenaare13305e2005-06-19 22:54:15 +0000507
508RARE WORDS
Bram Moolenaar82cf9b62005-06-07 21:09:25 +0000509 *spell-affix-RAR*
Bram Moolenaar45eeb132005-06-06 21:59:07 +0000510In the affix file a RAR line can be used to define the affix name used for
511rare words. Example:
512
513 RAR ? ~
514
515Rare words are highlighted differently from bad words. This is to be used for
516words that are correct for the language, but are hardly ever used and could be
517a typing mistake anyway.
518
519
Bram Moolenaar9ba0eb82005-06-13 22:28:56 +0000520REPLACEMENTS *spell-affix-REP*
521
522In the affix file REP items can be used to define common mistakes. This is
523used to make spelling suggestions. The items define the "from" text and the
524"to" replacement. Example:
525
526 REP 4 ~
527 REP f ph ~
528 REP ph f ~
529 REP k ch ~
530 REP ch k ~
531
532The first line specifies the number of REP lines following. Vim ignores it.
533
534
535SIMILAR CHARACTERS *spell-affix-MAP*
536
537In the affix file MAP items can be used to define letters that very much
538alike. This is mostly used for a letter with different accents. This is used
539to prefer suggestions with these letters substituted. Example:
540
541 MAP 2 ~
542 MAP eéëêè ~
543 MAP uüùúû ~
544
545The first line specifies the number of MAP lines following. Vim ignores it.
546
Bram Moolenaare7566042005-06-17 22:00:15 +0000547A letter must only appear in one of the MAP items. It's a bit more efficient
548if the first letter is ASCII or at least one without accents.
549
Bram Moolenaar9ba0eb82005-06-13 22:28:56 +0000550
551SOUNDS-A-LIKE *spell-affix-SAL*
552
553In the affix file SAL items can be used to define the sounds-a-like mechanism
554to be used. The main items define the "from" text and the "to" replacement.
555Example:
556
557 SAL CIA X ~
558 SAL CH X ~
559 SAL C K ~
560 SAL K K ~
561
562TODO: explain how it works.
563
564There are a few special items:
565
566 SAL followup true ~
567 SAL collapse_result true ~
568 SAL remove_accents true ~
569
570"1" has the same meaning as "true". Any other value means "false".
571
Bram Moolenaar217ad922005-03-20 22:37:15 +0000572 vim:tw=78:sw=4:ts=8:ft=help:norl: