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:
@@ -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;
|
||||
|
@@ -750,6 +750,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
2752,
|
||||
/**/
|
||||
2751,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user