Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | API: return non-generic VimL errors | Justin M. Keyes | 2018-05-09 |
| | | | | | | | | | | - Return VimL errors instead of generic errors for: - nvim_call_function - nvim_call_dict_function - Fix tests which were silently broken before this change. This violates #6150 where we agreed not to translate API errors. But that can be fixed later. | ||
* | executor,functests: Add print() tests, some fixes | ZyX | 2017-03-27 |
| | |||
* | executor: Fix some memory leaks | ZyX | 2017-03-27 |
| | |||
* | executor: Add :luado command | ZyX | 2017-03-27 |
| | |||
* | doc,functests: Add documentation | ZyX | 2017-03-27 |
| | | | Missing: updates to various lists. | ||
* | functests: Some more tests | ZyX | 2017-03-27 |
| | |||
* | functests: Move existing tests from lua_spec to lua/*, fix them | ZyX | 2017-03-27 |
| | |||
* | functests: Add some tests | ZyX | 2017-03-27 |