mirror of
https://github.com/zoriya/vim.git
synced 2026-06-09 06:35:52 +00:00
updated for version 7.0d02
This commit is contained in:
+1
-2
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user