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. | ||
* | functests: Fix linter error | ZyX | 2017-12-16 |
| | |||
* | window: Fix matchaddpos() and enhance error reporting | ZyX | 2017-12-15 |
| | |||
* | eval: Move remaining get_tv_string* functions to eval/typval.c | ZyX | 2017-03-29 |
| | |||
* | eval: Make setmatches() return -1 in case of some failures | ZyX | 2017-03-29 |
| | |||
* | *: Move some dictionary functions to typval.h and use char* | ZyX | 2017-03-29 |
Also fixes buffer reusage in setmatches() and complete(). |