aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* API/buffer-updates: always detach on buf-reload #9643KillTheMule2019-03-01
* API: nvim_create_buf: add `scratch` parameterJustin M. Keyes2019-02-17
* ui: implement ext_messagesBjörn Linse2019-02-10
* api: add nvim_create_buf to create a new empty buffer.Björn Linse2019-02-09
* UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
* tests/lua: test for multiline error messages in luaBjörn Linse2019-01-23
* test/API: nvim_set_vvar() #9395Justin M. Keyes2019-01-14
* multigrid: add multigrid support to test infrastructureBjörn Linse2018-12-31
* test/api: verify that UI options from stable metadata are preservedBjörn Linse2018-12-21
* RPC: turn errors from async calls into notificationsBjörn Linse2018-12-03
* docJustin M. Keyes2018-11-28
* API: Implement nvim_win_set_buf() #9100Justin M. Keyes2018-11-25
* api: implement object namespacesBjörn Linse2018-11-24
* api: simplify nvim_buf_get_offset functionBjörn Linse2018-11-01
* api: implement nvim_buf_get_offset_for_lineBjörn Linse2018-11-01
* functionaltest: enable job channel testJan Edmund Lazo2018-10-31
* functionaltest: win: enable diffput,diffget testJan Edmund Lazo2018-10-31
* api/ui: verify compatibility of UI eventsBjörn Linse2018-10-21
* tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
* ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* startup: always wait for UI with --embed, unless --headless also is suppliedBjörn Linse2018-09-22
* test: API validation: assert exact stringJustin M. Keyes2018-09-05
* API: Avoid overrun when formatting error-messageJustin M. Keyes2018-09-05
* API: nvim_unsubscribe(): Handle unknown events #8745Daniel Hahler2018-08-28
* functests: tests related to operations on unloaded buffers #7688Peter Hodge2018-07-25
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* tests: <SNR> is represented as 'R' (ASCII)Jan Edmund Lazo2018-07-12
* test: nvim_buf_attach: reduce delayJustin M. Keyes2018-07-02
* test: nvim_buf_attach response after initial delayJustin M. Keyes2018-07-01
* test: buffer_updates: 10s timeoutJustin M. Keyes2018-07-01
* API: emit nvim_buf_lines_event from :terminal #8616KillTheMule2018-07-01
* API: nvim_win_set_cursor: set curswant #8613David Hotham2018-06-25
* Merge #7917 'API: buffer updates'Justin M. Keyes2018-06-08
|\
| * Add empty options dict to buf_attachKillTheMule2018-05-23
| * Rename some more, fixe borked renamingKillTheMule2018-05-23
| * Send changedtick as first event if buffer contents weren't requestedKillTheMule2018-05-23
| * Unify updates_start and updates to lines_eventKillTheMule2018-05-23
| * Update testKillTheMule2018-05-23
| * Some renamings and doc changesKillTheMule2018-05-23
| * Try fixing that test on travisKillTheMule2018-05-23
| * Increase sendkeys timeoutKillTheMule2018-05-23
| * The grand renamingKillTheMule2018-05-23
| * Fix tests on windowsKillTheMule2018-05-23
| * Make LiveUpdate return lastline instead of numreplacedKillTheMule2018-05-23
| * LintKillTheMule2018-05-23
| * Make separate functions to start/stop live updatesKillTheMule2018-05-23
| * Add argument to not send a buffers content when updates are enabledKillTheMule2018-05-23
| * Tests for buffer updatesPeter Hodge2018-05-23
* | API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
* | nvim_list_uis: include channel idBjörn Linse2018-06-01
|/