mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 8.2.2752
This commit is contained in:
@@ -367,10 +367,7 @@ check_for_nonempty_string_arg(typval_T *args, int idx)
|
|||||||
return FAIL;
|
return FAIL;
|
||||||
if (args[idx].vval.v_string == NULL || *args[idx].vval.v_string == NUL)
|
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);
|
semsg(_(e_non_empty_string_required_for_argument_nr), idx + 1);
|
||||||
else
|
|
||||||
emsg(_(e_non_empty_string_required));
|
|
||||||
return FAIL;
|
return FAIL;
|
||||||
}
|
}
|
||||||
return OK;
|
return OK;
|
||||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2752,
|
||||||
/**/
|
/**/
|
||||||
2751,
|
2751,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user