Problem: Mismatch between help and actual message for ":syn conceal".
Solution: Change the message to match the help. (Ken Takata)
if (*arg == NUL)
{
if (curwin->w_s->b_syn_conceal)
- MSG(_("syn conceal on"));
+ MSG(_("syntax conceal on"));
else
- MSG(_("syn conceal off"));
+ MSG(_("syntax conceal off"));
}
else if (STRNICMP(arg, "on", 2) == 0 && next - arg == 2)
curwin->w_s->b_syn_conceal = TRUE;
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 640,
/**/
639,
/**/