else if (*items[2] == 'N')
cur_aff->ah_combine = FALSE;
else if (p_verbose > 0)
+ {
+ verbose_enter();
smsg((char_u *)_("Expected Y or N in %s line %d: %s"),
fname, lnum, items[2]);
+ verbose_leave();
+ }
cur_aff->ah_first = NULL;
if (*items[0] == 'P')
tp = &aff->af_pref;
++aff->af_rep.ga_len;
}
else if (p_verbose > 0)
+ {
+ verbose_enter();
smsg((char_u *)_("Unrecognized item in %s line %d: %s"),
fname, lnum, items[0]);
+ verbose_leave();
+ }
}
}
if (*p == NUL) /* Only non-word chars (bad word!) */
{
if (p_verbose > 0)
+ {
+ verbose_enter();
smsg((char_u *)_("Warning: word without word characters: \"%s\""),
foldword);
+ verbose_leave();
+ }
break;
}
if (spell_iswordc(p))