aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
...
* 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/buffer: Fix PVS/V547: use correct border for lnumZyX2018-04-02
* | API: nvim__stats()Justin M. Keyes2018-04-24
* | ui_events: correct wrong argument orderBjörn Linse2018-04-17
* | API/nvim_command_output: handle :echon capture (#8265)Justin M. Keyes2018-04-13
* | ui_set_option: pass String.data, not StringJustin M. Keyes2018-04-12
* | test/util: expect_err() (#8257)Justin M. Keyes2018-04-11
* | test/API: validate channel arg (#8245)Justin M. Keyes2018-04-08
|/
* *: Replace did_throw checks with current_exception checksZyX2018-03-25
* *: Make sure that !did_throw implies !current_exceptionZyX2018-03-25
* Merge #8107 'jobs: separate process-group'Justin M. Keyes2018-03-18
|\
| * 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
* | build/MSVC: fix "C4003: not enough actual parameters for macro"Justin M. Keyes2018-03-18
* | build/MSVC: fix "C4028: formal parameter different from declaration"Justin M. Keyes2018-03-18
|/
* api: nvim_list_uis #8004geekodour2018-03-03
* ui: refactor ui optionsBjörn Linse2018-02-13
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* tui: fix use-after-free after UI `stop` event #7922Justin M. Keyes2018-01-28
* Fix warning about conversion on mingw64George Zhao2018-01-18
* Merge #7806 from ZyX-I/list-statJustin M. Keyes2018-01-15
|\
| * *: Provide list length when allocating listsZyX2018-01-14
* | Fix an off-by-one error in the documentation of nvim_buf_clear_highlight (#7853)mkotha2018-01-15
|/
* api: nvim_command_output: direct implJustin M. Keyes2018-01-10
* api: change nvim_command_output behaviorJustin M. Keyes2018-01-10
* Merge pull request #7762 from ZyX-I/remove-some-listitemsJustin M. Keyes2017-12-31
|\
| * *: Remove most calls to tv_list_item_allocZyX2017-12-24
* | docJustin M. Keyes2017-12-26
|/
* Merge branch 'master' into hide-container-implZyX2017-12-16
|\
| * ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* | *: Fix linter errorsZyX2017-12-12
* | Merge branch 'master' into hide-container-implZyX2017-12-12
|\|
| * docJustin M. Keyes2017-12-10
| * doc: hack to avoid doxygen bugJustin M. Keyes2017-12-10
* | *: Hide list implementation in other files as wellZyX2017-12-10
* | *: Start hiding list implementationZyX2017-12-10
|/
* Merge #7234 'built-in expression parser'Justin M. Keyes2017-12-09
|\