aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/vim_spec.lua
Commit message (Expand)AuthorAge
* 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
* api/vim: Create part of nvim_parse_expression functionZyX2017-11-06
* 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
* 'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes2017-07-08
* api/vim: Fix nvim_list_runtimepathsZyX2017-05-23
* api/nvim_replace_termcodes: Document keycodes behaviorJustin M. Keyes2017-05-20
* api: execute lua directly from the remote apiBjörn Linse2017-05-13
* 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
* | 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: Make sure dict_set_var doesn’t edit read-only valuesZyX2017-02-23
* functests: Destroy accidental folds in api/vim_specZyX2017-02-23
* 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