comparison src/evalfunc.c @ 21381:95e6fb6a5c86 v8.2.1241

patch 8.2.1241: cannot use getbufinfo() as a method Commit: https://github.com/vim/vim/commit/6434fc574dfbde11461e70e5a62712370edf38e6 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 18 22:24:22 2020 +0200 patch 8.2.1241: cannot use getbufinfo() as a method Problem: Cannot use getbufinfo() as a method. Solution: Support using getbufinfo() as a method. (closes https://github.com/vim/vim/issues/6458)
author Bram Moolenaar <Bram@vim.org>
date Sat, 18 Jul 2020 22:30:04 +0200
parents 1689128baf4a
children 16bc2bd050e0
comparison
equal deleted inserted replaced
21380:17c6dd970b13 21381:95e6fb6a5c86
609 {"foreground", 0, 0, 0, ret_void, f_foreground}, 609 {"foreground", 0, 0, 0, ret_void, f_foreground},
610 {"funcref", 1, 3, FEARG_1, ret_func_any, f_funcref}, 610 {"funcref", 1, 3, FEARG_1, ret_func_any, f_funcref},
611 {"function", 1, 3, FEARG_1, ret_f_function, f_function}, 611 {"function", 1, 3, FEARG_1, ret_f_function, f_function},
612 {"garbagecollect", 0, 1, 0, ret_void, f_garbagecollect}, 612 {"garbagecollect", 0, 1, 0, ret_void, f_garbagecollect},
613 {"get", 2, 3, FEARG_1, ret_any, f_get}, 613 {"get", 2, 3, FEARG_1, ret_any, f_get},
614 {"getbufinfo", 0, 1, 0, ret_list_dict_any, f_getbufinfo}, 614 {"getbufinfo", 0, 1, FEARG_1, ret_list_dict_any, f_getbufinfo},
615 {"getbufline", 2, 3, FEARG_1, ret_list_string, f_getbufline}, 615 {"getbufline", 2, 3, FEARG_1, ret_list_string, f_getbufline},
616 {"getbufvar", 2, 3, FEARG_1, ret_any, f_getbufvar}, 616 {"getbufvar", 2, 3, FEARG_1, ret_any, f_getbufvar},
617 {"getchangelist", 0, 1, FEARG_1, ret_list_any, f_getchangelist}, 617 {"getchangelist", 0, 1, FEARG_1, ret_list_any, f_getchangelist},
618 {"getchar", 0, 1, 0, ret_number, f_getchar}, 618 {"getchar", 0, 1, 0, ret_number, f_getchar},
619 {"getcharmod", 0, 0, 0, ret_number, f_getcharmod}, 619 {"getcharmod", 0, 0, 0, ret_number, f_getcharmod},