aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api/vim.c
Commit message (Expand)AuthorAge
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* channel.c: refactor spaghetti codemicha2018-07-14
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
* nvim_list_uis: include channel idBjörn Linse2018-06-01
* api: list information about all channels/jobs.Björn Linse2018-05-23
* API: nvim_get_commands(): return DictionaryJustin M. Keyes2018-05-12
* API: nvim_get_commands(): more attributesJustin M. Keyes2018-05-11
* API: nvim_get_commands(): always return keysJustin M. Keyes2018-05-11
* API: nvim_get_commands()Nimit Bhardwaj2018-05-11
* Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes2018-05-11
|\
| * api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* | nvim_eval: fix memory leakJustin M. Keyes2018-05-10
* | API: nvim_eval(): return non-generic VimL errorsJustin M. Keyes2018-05-09
* | API: better way to capture abort-causing non-exception errorsJustin M. Keyes2018-05-09
* | API: return non-generic VimL errorsJustin M. Keyes2018-05-09
* | docJustin M. Keyes2018-05-09
* | API: nvim_call_dict_function: expect actual function, not nameJustin M. Keyes2018-05-06
* | API: nvim_call_dict_function: eliminate `internal` paramJustin M. Keyes2018-05-06
* | refactor: nvim_call_dict_functionJustin M. Keyes2018-05-06
* | API: nvim_call_dict_function #3032Sebastian Witte2018-05-06
|/
* Merge #8218 'Fix errors reported by PVS'Justin M. Keyes2018-04-27
|\
| * api/vim: Fix PVS/V547: node was already dereferenced, so can’t be NULLZyX2018-04-22
* | API: nvim__stats()Justin M. Keyes2018-04-24
* | API/nvim_command_output: handle :echon capture (#8265)Justin M. Keyes2018-04-13
|/
* API: nvim_get_proc()Justin M. Keyes2018-03-18
* nvim_get_proc_children: fallback to shellJustin M. Keyes2018-03-16
* API: nvim_get_proc_children()Justin M. Keyes2018-03-16
* api: nvim_list_uis #8004geekodour2018-03-03
* api: nvim_command_output: direct implJustin M. Keyes2018-01-10
* api: change nvim_command_output behaviorJustin M. Keyes2018-01-10
* docJustin M. Keyes2017-12-26
* *: Fix linter errorsZyX2017-12-12
* doc: hack to avoid doxygen bugJustin M. Keyes2017-12-10
* Merge #7234 'built-in expression parser'Justin M. Keyes2017-12-09
|\
| * viml/parser/expressions: Make $ENV not depend on &isidentZyX2017-11-26
| * Merge branch 'master' into expression-parserZyX2017-11-26
| |\ | |/ |/|
| * Merge branch 'master' into expression-parserZyX2017-11-19
| |\
| * | viml/parser/expressions: Add support for parsing assignmentsZyX2017-11-12
| * | *: Fix linter errorsZyX2017-11-06
| * | Merge branch 'master' into expression-parserZyX2017-11-06
| |\ \
| * | | api/vim: Add “len” dictionary keyZyX2017-11-06
| * | | tests: Add missing test casesZyX2017-11-06
| * | | api/vim,functests: Add tests for nvim_parse_expression, fix found bugsZyX2017-11-06
| * | | vim/api: Actually dump AST, fix some bugs in nvim_parse_expressionZyX2017-11-06
| * | | api/vim: Create part of nvim_parse_expression functionZyX2017-11-06
| * | | api/vim: Add nvim_parse_expression functionZyX2017-10-29
* | | | channels: refactorBjörn Linse2017-11-24
| |_|/ |/| |
* | | Use PRId64 to format Integer when calling api_set_errorJames McCoy2017-11-12
| |/ |/|