forked from aniani/vim
patch 8.2.5138: various small issues
Problem: Various small issues. Solution: Various small improvments.
This commit is contained in:
@@ -222,7 +222,8 @@ get_job_options(typval_T *tv, jobopt_T *opt, int supported, int supported2)
|
||||
opt->jo_io_buf[part] = tv_get_number(item);
|
||||
if (opt->jo_io_buf[part] <= 0)
|
||||
{
|
||||
semsg(_(e_invalid_value_for_argument_str_str), hi->hi_key, tv_get_string(item));
|
||||
semsg(_(e_invalid_value_for_argument_str_str),
|
||||
hi->hi_key, tv_get_string(item));
|
||||
return FAIL;
|
||||
}
|
||||
if (buflist_findnr(opt->jo_io_buf[part]) == NULL)
|
||||
|
||||
Reference in New Issue
Block a user