0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.2752

This commit is contained in:
Bram Moolenaar
2021-04-10 21:46:05 +02:00
parent fed9e830fc
commit e8e3078184
2 changed files with 3 additions and 4 deletions

View File

@@ -367,10 +367,7 @@ check_for_nonempty_string_arg(typval_T *args, int idx)
return FAIL;
if (args[idx].vval.v_string == NULL || *args[idx].vval.v_string == NUL)
{
if (idx >= 0)
semsg(_(e_non_empty_string_required_for_argument_nr), idx + 1);
else
emsg(_(e_non_empty_string_required));
return FAIL;
}
return OK;

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2752,
/**/
2751,
/**/