commit | 7b877b360532713dc21a0ff3d55a76ac02eaf573 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 13:51:34 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 13:51:34 2016 +0100 |
tree | 4ec4df3686edc7e9b58346c1a49cc35b9f1f5c1c | |
parent | 4d1c0a44419afb3c15a861dcb88f46bfed8cd952 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index a14e069..42f96a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1064, +/**/ 1063, /**/ 1062,