aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/api
Commit message (Expand)AuthorAge
* ui: fix glitches where scrolling region affects clearing of screenBjörn Linse2018-07-24
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* highlight: refactor to use stateful representationBjörn Linse2018-07-21
* highlight: extract low-level highlight logic from syntax, uiBjörn Linse2018-07-21
* docJustin M. Keyes2018-07-18
* dispatch.c: changed api_set_error_callmicha2018-07-15
* channel.c: refactor spaghetti codemicha2018-07-14
* Improved version of #8613David Hotham2018-06-25
* API: nvim_win_set_cursor: set curswant #8613David Hotham2018-06-25
* *: Replace b_changedtick with new always-inline functionsZyX2018-06-22
* doc: job/channel, misc #7783Justin M. Keyes2018-06-11
* refactor: buf_collect_lines (#8509)Justin M. Keyes2018-06-09
* Merge #7917 'API: buffer updates'Justin M. Keyes2018-06-08
|\
| * Add empty options dict to buf_attachKillTheMule2018-05-23
| * Send changedtick as first event if buffer contents weren't requestedKillTheMule2018-05-23
| * Some renamings and doc changesKillTheMule2018-05-23
| * Enable -WconversionKillTheMule2018-05-23
| * The grand renamingKillTheMule2018-05-23
| * LintKillTheMule2018-05-23
| * Make separate functions to start/stop live updatesKillTheMule2018-05-23
| * Adjust FUNC_API_SINCE for nvim_buf_live_updatesKillTheMule2018-05-23
| * Add argument to not send a buffers content when updates are enabledKillTheMule2018-05-23
| * API: Implement buffer updatesPeter Hodge2018-05-23
* | API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
* | tui: handle termguicolors rgb value in bridge for nowBjörn Linse2018-06-02
* | 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(): builtin is irrelevant for buffer-localJustin 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/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