updated for version 7.0d02

This commit is contained in:
Bram Moolenaar
2006-04-12 21:52:12 +00:00
parent 4c3f536f47
commit 18144c8423
57 changed files with 5356 additions and 963 deletions
+1 -2
View File
@@ -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;
}