aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
* api/buffer: create new buffers in the "opened" stateBjörn Linse2019-06-03
* messages: use proper multiline error message for rpcrequest and API wrappersBjörn Linse2019-05-26
* test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* UI/nvim_ui_attach(): add `override` optionJustin M. Keyes2019-05-09
* 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
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* 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
* RPC: turn errors from async calls into notificationsBjörn Linse2018-12-03
* docJustin M. Keyes2018-11-28
* api: implement object namespacesBjörn Linse2018-11-24
* functionaltest: enable job channel testJan Edmund Lazo2018-10-31
* ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* test: API validation: assert exact stringJustin M. Keyes2018-09-05
* API: Avoid overrun when formatting error-messageJustin M. Keyes2018-09-05
* ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* API: validation: mention invalid method name (#8489)Justin M. Keyes2018-06-07
* nvim_list_uis: include channel idBjörn Linse2018-06-01
* api: list information about all channels/jobs.Björn Linse2018-05-23
* Merge #8329 'API: Make nvim_set_option() update `:verbose set …`'Justin M. Keyes2018-05-11
|\
| * api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k2018-05-03
* | API: nvim_eval(): return non-generic VimL errorsJustin M. Keyes2018-05-09
* | API: return non-generic VimL errorsJustin M. Keyes2018-05-09
* | API: nvim_call_dict_function: expect actual function, not nameJustin M. Keyes2018-05-06
* | API: nvim_call_dict_function: eliminate `internal` paramJustin M. Keyes2018-05-06
* | refactor: nvim_call_dict_functionJustin M. Keyes2018-05-06
* | API: nvim_call_dict_function #3032Sebastian Witte2018-05-06
* | test: nvim_call_function: verify "too many arguments" errorJustin M. Keyes2018-05-06
|/
* API/nvim_command_output: handle :echon capture (#8265)Justin M. Keyes2018-04-13
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* api: nvim_list_uis #8004geekodour2018-03-03
* 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
* 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
* 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