diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-04-12 21:52:12 +0000 |
commit | 18144c84231aee36ae1d11b74941c9b318f1706a (patch) | |
tree | 6b9cf7e0337cd5966089e795c9278a1a86f9d5c1 /src/spell.c | |
parent | 4c3f536f472c7443ed4f672ae6d35a28805d7641 (diff) | |
download | vim-git-18144c84231aee36ae1d11b74941c9b318f1706a.tar.gz |
updated for version 7.0d02v7.0d02
Diffstat (limited to 'src/spell.c')
-rw-r--r-- | src/spell.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/spell.c b/src/spell.c index 787a2c1ca..803f32d53 100644 --- a/src/spell.c +++ b/src/spell.c @@ -6901,8 +6901,7 @@ store_aff_word(spin, word, afflist, affile, ht, xht, condit, flags, /* ... don't use a prefix list if combining * affixes is not allowed. But do use the * compound flags after them. */ - if ((!ah->ah_combine || (condit & CONDIT_COMB)) - && use_pfxlist != NULL) + if (!ah->ah_combine && use_pfxlist != NULL) use_pfxlist += use_pfxlen; } |