aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* ui: refactor ui optionsBjörn Linse2018-02-13
* test: :! print binary data, control charsJustin M. Keyes2018-02-07
* shell: update `execute('!cmd')` test to new behaviorBjörn Linse2018-02-06
* functests: Improve error reporting in _check_parsing functionZyX2018-02-02
* api: nvim_command_output: direct implJustin M. Keyes2018-01-10
* api: change nvim_command_output behaviorJustin M. Keyes2018-01-10
* *: Replace all occurrences of NVim with NvimZyX2017-11-30
* viml/parser/expressions: Make $ENV not depend on &isidentZyX2017-11-26
* Merge branch 'master' into expression-parserZyX2017-11-26
|\
| * channels: testsBjörn Linse2017-11-26
* | tests: Stabilize float format and %e in format_luav and format_stringZyX2017-11-19
* | *: Fix linter errorsZyX2017-11-19
* | tests: Use single test file for unit and functional parser testsZyX2017-11-19
* | Merge branch 'master' into expression-parserZyX2017-11-06
|\|
| * test: server_spec: Tolerate missing protocol (#7478)James McCoy2017-11-02
* | api/vim: Add “len” dictionary keyZyX2017-11-06
* | tests: Add missing test casesZyX2017-11-06
* | api/vim,functests: Add tests for nvim_parse_expression, fix found bugsZyX2017-11-06
* | api/vim: Create part of nvim_parse_expression functionZyX2017-11-06
|/
* 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