mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 9.0.0474: fullcommand() test failure
Problem: fullcommand() test failure. Solution: Update function table.
This commit is contained in:
@@ -1853,7 +1853,7 @@ static funcentry_T global_functions[] =
|
|||||||
ret_string, f_foldtextresult},
|
ret_string, f_foldtextresult},
|
||||||
{"foreground", 0, 0, 0, NULL,
|
{"foreground", 0, 0, 0, NULL,
|
||||||
ret_void, f_foreground},
|
ret_void, f_foreground},
|
||||||
{"fullcommand", 1, 1, FEARG_1, arg1_string,
|
{"fullcommand", 1, 2, FEARG_1, arg2_string_bool,
|
||||||
ret_string, f_fullcommand},
|
ret_string, f_fullcommand},
|
||||||
{"funcref", 1, 3, FEARG_1, arg3_any_list_dict,
|
{"funcref", 1, 3, FEARG_1, arg3_any_list_dict,
|
||||||
ret_func_unknown, f_funcref},
|
ret_func_unknown, f_funcref},
|
||||||
|
@@ -703,6 +703,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 */
|
||||||
|
/**/
|
||||||
|
474,
|
||||||
/**/
|
/**/
|
||||||
473,
|
473,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user