summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/api/vim.c
AgeCommit message (Expand)AuthorFiles
2018-05-09API: nvim_eval(): return non-generic VimL errorsJustin M. Keyes1
2018-05-09API: better way to capture abort-causing non-exception errorsJustin M. Keyes1
2018-05-09API: return non-generic VimL errorsJustin M. Keyes1
2018-05-09docJustin M. Keyes1
2018-05-06API: nvim_call_dict_function: expect actual function, not nameJustin M. Keyes1
2018-05-06API: nvim_call_dict_function: eliminate `internal` paramJustin M. Keyes1
2018-05-06refactor: nvim_call_dict_functionJustin M. Keyes1
2018-05-06API: nvim_call_dict_function #3032Sebastian Witte1
2018-05-03api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k1
2018-04-27Merge #8218 'Fix errors reported by PVS'Justin M. Keyes1
2018-04-24API: nvim__stats()Justin M. Keyes1
2018-04-22api/vim: Fix PVS/V547: node was already dereferenced, so can’t be NULLZyX1
2018-04-13API/nvim_command_output: handle :echon capture (#8265)Justin M. Keyes1
2018-03-18API: nvim_get_proc()Justin M. Keyes1
2018-03-16nvim_get_proc_children: fallback to shellJustin M. Keyes1
2018-03-16API: nvim_get_proc_children()Justin M. Keyes1
2018-03-03api: nvim_list_uis #8004geekodour1
2018-01-10api: nvim_command_output: direct implJustin M. Keyes1
2018-01-10api: change nvim_command_output behaviorJustin M. Keyes1
2017-12-26docJustin M. Keyes1
2017-12-12*: Fix linter errorsZyX1
2017-12-10doc: hack to avoid doxygen bugJustin M. Keyes1
2017-12-09Merge #7234 'built-in expression parser'Justin M. Keyes1
2017-11-26viml/parser/expressions: Make $ENV not depend on &isidentZyX1
2017-11-26Merge branch 'master' into expression-parserZyX1
2017-11-24channels: refactorBjörn Linse1
2017-11-19Merge branch 'master' into expression-parserZyX1
2017-11-12Use PRId64 to format Integer when calling api_set_errorJames McCoy1
2017-11-12viml/parser/expressions: Add support for parsing assignmentsZyX1
2017-11-06*: Fix linter errorsZyX1
2017-11-06Merge branch 'master' into expression-parserZyX1
2017-11-06doc: API (generated)Justin M. Keyes1
2017-11-06docJustin M. Keyes1
2017-11-06api/vim: Add “len” dictionary keyZyX1
2017-11-06tests: Add missing test casesZyX1
2017-11-06api/vim,functests: Add tests for nvim_parse_expression, fix found bugsZyX1
2017-11-06vim/api: Actually dump AST, fix some bugs in nvim_parse_expressionZyX1
2017-11-06api/vim: Create part of nvim_parse_expression functionZyX1
2017-10-29api/vim: Add nvim_parse_expression functionZyX1
2017-10-08test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes1
2017-10-08Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes1
2017-09-30Changed prototypes to accept a boolean "rgb"Matthieu Coudron1
2017-09-30Increased test coverage for RGB and ctermMatthieu Coudron1
2017-09-30Adds nvim_get_hl_by_name/by_idMatthieu Coudron1
2017-09-05doc: channel, eventloopJustin M. Keyes1
2017-08-18doc/api: nvim_out_write() and friendsJustin M. Keyes1
2017-07-08doc: api.txt; deprecate <special>Justin M. Keyes1
2017-07-08'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes1
2017-07-08'cpoptions': remove "k" flagJustin M. Keyes1
2017-06-27Merge #6789 from ZyX-I/lua-pathJustin M. Keyes1