Problem: Exclamation mark in error message not needed.
Solution: Remove the exclamation mark.
if (re_multi_type(peekchr()) != NOT_MULTI)
/* Can't have a multi follow a multi. */
- EMSG_RET_FAIL(_("E871: (NFA regexp) Can't have a multi follow a multi !"));
+ EMSG_RET_FAIL(_("E871: (NFA regexp) Can't have a multi follow a multi"));
return OK;
}
fclose(f);
}
else
- EMSG(_("Could not open temporary log file for writing "));
+ EMSG("Could not open temporary log file for writing");
#endif
clear_sub(&subs.norm);
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 99,
/**/
98,
/**/