summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/vim_spec.lua
AgeCommit message (Expand)AuthorFiles
2018-05-09API: return non-generic VimL errorsJustin M. Keyes1
2018-05-06API: nvim_call_dict_function: expect actual function, not nameJustin M. Keyes1
2018-05-06API: nvim_call_dict_function: eliminate `internal` paramJustin M. Keyes1
2018-05-06refactor: nvim_call_dict_functionJustin M. Keyes1
2018-05-06API: nvim_call_dict_function #3032Sebastian Witte1
2018-05-06test: nvim_call_function: verify "too many arguments" errorJustin M. Keyes1
2018-05-03api: Make nvim_set_option() update `:verbose set ...`b-r-o-c-k1
2018-04-13API/nvim_command_output: handle :echon capture (#8265)Justin M. Keyes1
2018-03-31msg: do not scroll entire screen (#8088)Björn Linse1
2018-03-03api: nvim_list_uis #8004geekodour1
2018-02-07test: :! print binary data, control charsJustin M. Keyes1
2018-02-06shell: update `execute('!cmd')` test to new behaviorBjörn Linse1
2018-02-02functests: Improve error reporting in _check_parsing functionZyX1
2018-01-10api: nvim_command_output: direct implJustin M. Keyes1
2018-01-10api: change nvim_command_output behaviorJustin M. Keyes1
2017-11-30*: Replace all occurrences of NVim with NvimZyX1
2017-11-26viml/parser/expressions: Make $ENV not depend on &isidentZyX1
2017-11-19tests: Stabilize float format and %e in format_luav and format_stringZyX1
2017-11-19*: Fix linter errorsZyX1
2017-11-19tests: Use single test file for unit and functional parser testsZyX1
2017-11-06api/vim: Add “len” dictionary keyZyX1
2017-11-06tests: Add missing test casesZyX1
2017-11-06api/vim,functests: Add tests for nvim_parse_expression, fix found bugsZyX1
2017-11-06api/vim: Create part of nvim_parse_expression functionZyX1
2017-09-16test: more coverage for RPC + op-pending #3732Justin M. Keyes1
2017-09-04eventloop: K_EVENT does not finish mappingJustin M. Keyes1
2017-09-04test: lintJustin M. Keyes1
2017-09-04eventloop: K_EVENT should not finish operatorMatthew Malcomson1
2017-07-08'cpoptions': remove "<" flag; ignore <special>Justin M. Keyes1
2017-05-23api/vim: Fix nvim_list_runtimepathsZyX1
2017-05-20api/nvim_replace_termcodes: Document keycodes behaviorJustin M. Keyes1
2017-05-13api: execute lua directly from the remote apiBjörn Linse1
2017-05-08Merge branch 'master' into luaviml'/luaZyX1
2017-04-28input.c: Process only safe events before blocking.Justin M. Keyes1
2017-04-28api: nvim_get_mode()Justin M. Keyes1
2017-04-24api: Do not translate error messages.Justin M. Keyes1
2017-04-23test: api: Do not truncate errors <1 MB.Justin M. Keyes1
2017-04-08Merge branch 'master' into luaviml'/luaZyX1
2017-03-30api: {get,set}_option should {get,set} global value of local options (#6405)Jakob Schnitzer1
2017-03-27functests: Test for error conditionsZyX1
2017-02-23api: Make sure dict_set_var doesn’t edit read-only valuesZyX1
2017-02-23functests: Destroy accidental folds in api/vim_specZyX1
2016-10-24test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes1
2016-10-22api: call multiple methods atomically (useful in async contexts)Björn Linse1
2016-09-17api: Establish API naming convention. (#5344)Justin M. Keyes1
2016-09-15api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse1
2016-08-31api: fix leak when a api function is incorrectly called with a list.Björn Linse1
2016-08-31api: consistently use nvim_ prefix and update documentationBjörn Linse1
2016-08-31functionaltest: Create lua helper for os.tmpname()Rui Abreu Ferreira1
2016-08-14tests: don't ignore highlights in various testsBjörn Linse1