diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-24 21:14:37 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-24 22:07:37 -0400 |
commit | 3d12192521adffe0d57f4478fc77daf73c24ed86 (patch) | |
tree | 4f42cd9f59000b6d35ad5667d0ab297b9523aae1 /runtime | |
parent | ca7e43100a039a582221addfbd04d372edfebb02 (diff) | |
download | rneovim-3d12192521adffe0d57f4478fc77daf73c24ed86.tar.gz rneovim-3d12192521adffe0d57f4478fc77daf73c24ed86.tar.bz2 rneovim-3d12192521adffe0d57f4478fc77daf73c24ed86.zip |
vim-patch:7.4.1064
Problem: When a spell file has single letter compounding creating
suggestions takes an awful long time.
Solution: Add th eNOCOMPOUNDSUGS flag.
https://github.com/vim/vim/commit/7b877b360532713dc21a0ff3d55a76ac02eaf573
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/spell.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/runtime/doc/spell.txt b/runtime/doc/spell.txt index 752444a3bd..c871539fe0 100644 --- a/runtime/doc/spell.txt +++ b/runtime/doc/spell.txt @@ -1373,6 +1373,14 @@ the item name. Case is always ignored. The Hunspell feature to use three arguments and flags is not supported. + *spell-NOCOMPOUNDSUGS* +This item indicates that using compounding to make suggestions is not a good +idea. Use this when compounding is used with very short or one-character +words. E.g. to make numbers out of digits. Without this flag creating +suggestions would spend most time trying all kind of weird compound words. + + NOCOMPOUNDSUGS ~ + *spell-SYLLABLE* The SYLLABLE item defines characters or character sequences that are used to count the number of syllables in a word. Example: |