aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
...
* API/nvim_set_keymap: minor cleanupJustin M. Keyes2019-05-12
* API: nvim_set_keymap, nvim_del_keymap #9924Yilin Yang2019-05-12
* UI/nvim_ui_attach(): add `override` optionJustin M. Keyes2019-05-09
* API: fix cursor position when lines are added #9961hashinclude2019-05-07
* API: emit nvim_error_event on failed async requestJustin M. Keyes2019-04-13
* event-loop: do not set CA_COMMAND_BUSY #9853Justin M. Keyes2019-04-08
* CI/AppVeyor: per-compiler deps cache #9852Justin M. Keyes2019-04-07
* aucmd_prepbuf: also restore `prevwin` #9741Justin M. Keyes2019-03-17
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* api: add nvim_win_close() to close window by idBjörn Linse2019-03-03
* 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