diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-27 17:01:56 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-27 17:01:56 +0000 |
commit | 3991dab8e0a3815bd5349c1ffa88476819971c48 (patch) | |
tree | cf81e7c822725142320f0ca0721357f34553cfb9 /runtime/doc/spell.txt | |
parent | 899dddf88804af20d560b5277f1ca1bc4dd8e2b3 (diff) | |
download | vim-git-3991dab8e0a3815bd5349c1ffa88476819971c48.tar.gz |
updated for version 7.0cv7.0c
Diffstat (limited to 'runtime/doc/spell.txt')
-rw-r--r-- | runtime/doc/spell.txt | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 5c7b5bbb5..db0210fc7 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -1,4 +1,4 @@ -*spell.txt* For Vim version 7.0b. Last change: 2006 Mar 26 +*spell.txt* For Vim version 7.0c. Last change: 2006 Mar 27 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1005,11 +1005,8 @@ The basic format for the following lines is: character but a, b and c. {extra} Optional extra text: - rare word + affix is rare - nocomp no compounding for word + affix # comment Comment is ignored - Hunspell uses this, ignored - "rare" and "nocomp" are deprecated. For PFX the fields are the same, but the {strip}, {add} and {condition} apply to the start of the word. @@ -1063,7 +1060,7 @@ Specifically, the affix flags can be used for: |spell-COMPOUNDFORBIDFLAG| flag. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- -OLD STUFF +OLD STUFF: This needs to be rewritten to use affix flags. *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 @@ -1298,7 +1295,6 @@ The COMPOUNDROOT flag is used for words in the dictionary that are already a compound. This means it counts for two words when checking the compounding rules. Can also be used for an affix to count the affix as a compounding word. -NOT IMPLEMENTED YET. *spell-SYLLABLE* The SYLLABLE item defines characters or character sequences that are used to |