aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* '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
* test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes2016-10-24
* api: call multiple methods atomically (useful in async contexts)Björn Linse2016-10-22
* Merge pull request #5424 from jamessan/win-tab-nrJames McCoy2016-10-15
|\
| * api: Support getting the number of a window/tabpageJames McCoy2016-10-04
* | server_requests_spec: Expect correct window ID.Jurica Bradaric2016-10-07
|/
* api: Establish API naming convention. (#5344)Justin M. Keyes2016-09-17
* api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse2016-09-15
* CI: Travis macOS: Skip tab left-drag tests.Justin M. Keyes2016-09-12
* api: fix leak when a api function is incorrectly called with a list.Björn Linse2016-08-31
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* api: unify buffer numbers and window ids with handlesBjörn Linse2016-08-31
* functionaltest: Create lua helper for os.tmpname()Rui Abreu Ferreira2016-08-31