comparison src/evalfunc.c @ 30277:2505460dc703 v9.0.0474

patch 9.0.0474: fullcommand() test failure Commit: https://github.com/vim/vim/commit/dd44b58f64a173ffc976cc96ccdd00cd5493b273 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Sep 15 22:03:57 2022 +0100 patch 9.0.0474: fullcommand() test failure Problem: fullcommand() test failure. Solution: Update function table.
author Bram Moolenaar <Bram@vim.org>
date Thu, 15 Sep 2022 23:15:04 +0200
parents b6b803ed4a53
children 029c59bf78f1
comparison
equal deleted inserted replaced
30276:ada1e4899476 30277:2505460dc703
1851 ret_string, f_foldtext}, 1851 ret_string, f_foldtext},
1852 {"foldtextresult", 1, 1, FEARG_1, arg1_lnum, 1852 {"foldtextresult", 1, 1, FEARG_1, arg1_lnum,
1853 ret_string, f_foldtextresult}, 1853 ret_string, f_foldtextresult},
1854 {"foreground", 0, 0, 0, NULL, 1854 {"foreground", 0, 0, 0, NULL,
1855 ret_void, f_foreground}, 1855 ret_void, f_foreground},
1856 {"fullcommand", 1, 1, FEARG_1, arg1_string, 1856 {"fullcommand", 1, 2, FEARG_1, arg2_string_bool,
1857 ret_string, f_fullcommand}, 1857 ret_string, f_fullcommand},
1858 {"funcref", 1, 3, FEARG_1, arg3_any_list_dict, 1858 {"funcref", 1, 3, FEARG_1, arg3_any_list_dict,
1859 ret_func_unknown, f_funcref}, 1859 ret_func_unknown, f_funcref},
1860 {"function", 1, 3, FEARG_1, arg3_any_list_dict, 1860 {"function", 1, 3, FEARG_1, arg3_any_list_dict,
1861 ret_func_unknown, f_function}, 1861 ret_func_unknown, f_function},