aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* test: server_spec: Tolerate missing protocol (#7478)James McCoy2017-11-02
* rpc: Don't delay notifications when request is pending (#6544)Björn Linse2017-10-29
* test: nvim_get_hl_by_name/by_id #7082Justin M. Keyes2017-10-08
* Merge #7082 'api: nvim_get_hl_by_name/by_id'Justin M. Keyes2017-10-08
|\
| * Changed prototypes to accept a boolean "rgb"Matthieu Coudron2017-09-30
| * Increased test coverage for RGB and ctermMatthieu Coudron2017-09-30
| * Adds nvim_get_hl_by_name/by_idMatthieu Coudron2017-09-30
|/
* test: more coverage for RPC + op-pending #3732Justin M. Keyes2017-09-16
* eventloop: K_EVENT does not finish mappingJustin M. Keyes2017-09-04
* test: lintJustin M. Keyes2017-09-04
* eventloop: K_EVENT should not finish operatorMatthew Malcomson2017-09-04
* rpc: close channel if stream was closedJustin M. Keyes2017-08-21
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* functests: Test how spaces appear in get_keymap outputZyX2017-07-02
* functests: Use more extensive testingZyX2017-07-02
* message: Add support for replacing `<` to str2specialZyX2017-07-02
* functests: Add tests for new behaviourZyX2017-07-02
* functests: Remove local_copy functionZyX2017-07-02
* ci/quickbuild: XXX: disable server_requests test (#6851)Justin M. Keyes2017-07-02
* Merge #6789 from ZyX-I/lua-pathJustin M. Keyes2017-06-27
|\
| * api/vim: Fix nvim_list_runtimepathsZyX2017-05-23
* | sockets: don't deadlock when connecting to own pipe addressBjörn Linse2017-05-29
* | channels: implement sockopen() to connect to socketBjörn Linse2017-05-29
* | get_keymap API (#6236)TJ DeVries2017-05-25
|/
* api/nvim_replace_termcodes: Document keycodes behaviorJustin M. Keyes2017-05-20
* api: execute lua directly from the remote apiBjörn Linse2017-05-13
* functests: Fix testsZyX2017-05-08
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * input.c: Process only safe events before blocking.Justin M. Keyes2017-04-28
| * api: nvim_get_mode()Justin M. Keyes2017-04-28
| * api: Do not translate error messages.Justin M. Keyes2017-04-24
| * test: api: Do not truncate errors <1 MB.Justin M. Keyes2017-04-23
* | functests: Test for “string cannot contain newline” set_lines errorZyX2017-04-11
* | Merge branch 'master' into luaviml'/luaZyX2017-04-10
|\|
| * functests: Fix some tests which are failing locally for unrelated reasonsZyX2017-04-09
| * functests: Replace execute with either command or feed_commandZyX2017-04-09
* | Merge branch 'master' into luaviml'/luaZyX2017-04-08
|\|
| * api: {get,set}_option should {get,set} global value of local options (#6405)Jakob Schnitzer2017-03-30
* | functests: Test for error conditionsZyX2017-03-27
|/
* api: add detailed checks for compatibility and correct "since" valueBjörn Linse2017-03-15
* api: nvim_buf_set_lines(): Avoid invalid ml_get. #6019Matthew Malcomson2017-03-07
* *: Fix linter errorsZyX2017-02-23
* api: Make sure dict_set_var doesn’t edit read-only valuesZyX2017-02-23
* functests: Destroy accidental folds in api/vim_specZyX2017-02-23
* buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23
* api/buffer: Add nvim_buf_get_changedtick methodZyX2017-02-23
* win: test: enable job_spec.luaJustin M. Keyes2017-01-19
* Windows: enable more testsJustin M. Keyes2017-01-13
* api: api_info()['version']Justin M. Keyes2016-10-28
* api: Nvim version, API level #5386Rui Abreu Ferreira2016-10-26