aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api
Commit message (Expand)AuthorAge
* api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* API/nvim_command_output: handle :echon capture (#8265)Justin M. Keyes2018-04-13
* test/util: expect_err() (#8257)Justin M. Keyes2018-04-11
* test/API: validate channel arg (#8245)Justin M. Keyes2018-04-08
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* TUI: implement "standout" attribute #8081Nimit Bhardwaj2018-03-27
* API: nvim_get_proc()Justin M. Keyes2018-03-18
* API: nvim_get_proc_children()Justin M. Keyes2018-03-16
* test: rename next_message() to next_msg()Justin M. Keyes2018-03-11
* api: nvim_list_uis #8004geekodour2018-03-03
* 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