comparison runtime/doc/spell.txt @ 7526:08c1f73efcde v7.4.1064

commit https://github.com/vim/vim/commit/7b877b360532713dc21a0ff3d55a76ac02eaf573 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 13:51:34 2016 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jan 2016 14:00:04 +0100
parents 47b1887483da
children 502ca0a62fd8
comparison
equal deleted inserted replaced
7525:319980d694f4 7526:08c1f73efcde
1384 The arguments must be plain text, no patterns are actually supported, despite 1384 The arguments must be plain text, no patterns are actually supported, despite
1385 the item name. Case is always ignored. 1385 the item name. Case is always ignored.
1386 1386
1387 The Hunspell feature to use three arguments and flags is not supported. 1387 The Hunspell feature to use three arguments and flags is not supported.
1388 1388
1389 *spell-NOCOMPOUNDSUGS*
1390 This item indicates that using compounding to make suggestions is not a good
1391 idea. Use this when compounding is used with very short or one-character
1392 words. E.g. to make numbers out of digits. Without this flag creating
1393 suggestions would spend most time trying all kind of weird compound words.
1394
1395 NOCOMPOUNDSUGS ~
1396
1389 *spell-SYLLABLE* 1397 *spell-SYLLABLE*
1390 The SYLLABLE item defines characters or character sequences that are used to 1398 The SYLLABLE item defines characters or character sequences that are used to
1391 count the number of syllables in a word. Example: 1399 count the number of syllables in a word. Example:
1392 SYLLABLE aáeéiíoóöõuúüûy/aa/au/ea/ee/ei/ie/oa/oe/oo/ou/uu/ui ~ 1400 SYLLABLE aáeéiíoóöõuúüûy/aa/au/ea/ee/ei/ie/oa/oe/oo/ou/uu/ui ~
1393 1401