commit | 551f84f4e8a8e1dff7e4ec0a6e6e73a26905751e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jul 06 22:29:20 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 06 22:29:20 2005 +0000 |
tree | 67a4457560a36d1df8fe81e5feea8335bd28873b | |
parent | 1756879365678e0f93de6f39812bd98cdfedd754 [diff] [blame] |
updated for version 7.0104
diff --git a/src/spell.c b/src/spell.c index 94991e7..175cf0b 100644 --- a/src/spell.c +++ b/src/spell.c
@@ -4107,7 +4107,8 @@ use_pfxlist = pfxlist; /* When there are postponed prefixes... */ - if (spin->si_prefroot != NULL) + if (spin->si_prefroot != NULL + && spin->si_prefroot->wn_sibling != NULL) { /* ... add a flag to indicate an affix was used. */ use_flags |= WF_HAS_AFF;