mirror of
https://github.com/vim/vim.git
synced 2025-10-13 06:54:15 -04:00
patch 8.2.5170: tiny issues
Problem: Tiny issues. Solution: Tiny improvements.
This commit is contained in:
@@ -2404,7 +2404,8 @@ get_cmd_output_as_rettv(
|
||||
|
||||
if (in_vim9script()
|
||||
&& (check_for_string_arg(argvars, 0) == FAIL
|
||||
|| check_for_opt_string_or_number_or_list_arg(argvars, 1) == FAIL))
|
||||
|| check_for_opt_string_or_number_or_list_arg(argvars, 1)
|
||||
== FAIL))
|
||||
return;
|
||||
|
||||
if (argvars[1].v_type != VAR_UNKNOWN)
|
||||
|
Reference in New Issue
Block a user