To: vim_dev@googlegroups.com Subject: Patch 9.0.0474 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0474 (after 9.0.0473) Problem: fullcommand() test failure. Solution: Update function table. Files: src/evalfunc.c *** ../vim-9.0.0473/src/evalfunc.c 2022-09-12 13:35:06.510946769 +0100 --- src/evalfunc.c 2022-09-15 21:38:30.933855398 +0100 *************** *** 1853,1859 **** ret_string, f_foldtextresult}, {"foreground", 0, 0, 0, NULL, ret_void, f_foreground}, ! {"fullcommand", 1, 1, FEARG_1, arg1_string, ret_string, f_fullcommand}, {"funcref", 1, 3, FEARG_1, arg3_any_list_dict, ret_func_unknown, f_funcref}, --- 1853,1859 ---- ret_string, f_foldtextresult}, {"foreground", 0, 0, 0, NULL, ret_void, f_foreground}, ! {"fullcommand", 1, 2, FEARG_1, arg2_string_bool, ret_string, f_fullcommand}, {"funcref", 1, 3, FEARG_1, arg3_any_list_dict, ret_func_unknown, f_funcref}, *** ../vim-9.0.0473/src/version.c 2022-09-15 21:45:57.485522072 +0100 --- src/version.c 2022-09-15 22:03:37.996259223 +0100 *************** *** 705,706 **** --- 705,708 ---- { /* Add new patch number below this line */ + /**/ + 474, /**/ -- From "know your smileys": y:-) Bad toupee /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///