diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-08-25 21:27:31 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-08-25 21:27:31 +0000 |
commit | 81f1ecbc4dc885a4757e5cc64002f4b22f397f18 (patch) | |
tree | 5c4ba6bc66369c24dccdd0978afc4d8fcb64251a /runtime/doc/spell.txt | |
parent | 955295684b1c9ba07cdd570eef8b16a60757f330 (diff) | |
download | vim-git-81f1ecbc4dc885a4757e5cc64002f4b22f397f18.tar.gz |
updated for version 7.0137v7.0137
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 291a3d366..a90763d00 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -1,4 +1,4 @@ -*spell.txt* For Vim version 7.0aa. Last change: 2005 Aug 24 +*spell.txt* For Vim version 7.0aa. Last change: 2005 Aug 25 VIM REFERENCE MANUAL by Bram Moolenaar @@ -775,16 +775,16 @@ item can be used if more affixes are to be used. Possible values: FLAG long use two-character flags FLAG num use numbers, from 1 up to 65000 - FLAG huh use one-character flags without A-Z and two-character + FLAG caplong use one-character flags without A-Z and two-character flags that start with A-Z With "FLAG num" the numbers in a list of affixes need to be separated with a comma: "234,2143,1435". This method is inefficient, but useful if the file is generated with a program. -When using "huh" the two-character flags all start with a capital: "Aa", "B1", -"BB", etc. This is useful to use one-character flags for the most common -items and two-character flags for uncommon items. +When using "caplong" the two-character flags all start with a capital: "Aa", +"B1", "BB", etc. This is useful to use one-character flags for the most +common items and two-character flags for uncommon items. Note: When using utf-8 only characters up to 65000 may be used for flags. @@ -802,6 +802,17 @@ Example: SFX F 0 in [^i]n # Spion > Spionin ~ SFX F 0 nen in # Bauerin > Bauerinnen ~ +Apparently Myspell allows an affix name to appear more than once. Since this +might also be a mistake, Vim checks for an extra "S". The affix files for +Myspell that use this feature apparently have this flag. Example: + + SFX a Y 1 S ~ + SFX a 0 an . ~ + + SFX a Y 2 S ~ + SFX a 0 en . ~ + SFX a 0 on . ~ + *spell-affix-rare* An extra item for Vim is the "rare" flag. It must come after the other fields, before a comment. When used then all words that use the affix will be |