1
0
forked from aniani/vim

patch 8.2.3968: build failure

Problem:    Build failure.
Solution:   Add missing changes.
This commit is contained in:
Bram Moolenaar
2022-01-01 14:25:55 +00:00
parent 460ae5dfca
commit e70cec9760
3 changed files with 5 additions and 3 deletions

View File

@@ -916,7 +916,7 @@ string_filter_map(
{
clear_tv(&newtv);
clear_tv(&tv);
emsg(_(e_stringreq));
emsg(_(e_string_required));
break;
}
else
@@ -956,7 +956,7 @@ string_reduce(
{
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)