Problem: Build failure.
Solution: Add missing changes.
{
clear_tv(&newtv);
clear_tv(&tv);
- emsg(_(e_stringreq));
+ emsg(_(e_string_required));
break;
}
else
{
if (*p == NUL)
{
- semsg(_(e_reduceempty), "String");
+ semsg(_(e_reduce_of_an_empty_str_with_no_initial_value), "String");
return;
}
if (copy_first_char_to_tv(p, rettv) == FAIL)
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 3968,
/**/
3967,
/**/
*dest = dest_option;
if (cmdidx == CMD_final || cmdidx == CMD_const)
{
- emsg(_(e_const_option));
+ emsg(_(e_cannot_lock_an_option));
return FAIL;
}
p = name;