Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | api: vim_err_write: add tests for multiline handling | Björn Linse | 2015-09-16 | |
| | ||||
* | Implement API function to call functions #2979 | Sebastian Witte | 2015-07-19 | |
| | | | | | Remove static modifier from func_call Move MAX_FUNC_ARGS definnition from eval.c to eval.h | |||
* | api: vim_set_var() should return the old value #2899 | Justin M. Keyes | 2015-06-25 | |
| | | | | Closes #2816 | |||
* | test: NULL-initialized vimscript strings should eval to empty strings | Björn Linse | 2015-02-16 | |
| | ||||
* | test: Make it possible to run functional tests with plain lua | Thiago de Arruda | 2015-01-22 | |
| | | | | Replace the hexadecimal escape sequences, which are only supported by luajit | |||
* | api: Add tests for when not to handle NULs. | Scott Prager | 2014-12-06 | |
| | ||||
* | Functional tests for feedkeys CSI escaping | Rui Abreu Ferreira | 2014-11-27 | |
| | | | | - tests for vim_feedkeys and replace_termcodes | |||
* | test: verify that msgpacks-rpc exceptions are working | Thiago de Arruda | 2014-10-23 | |
| | ||||
* | test: Use lua to perform sanity API checks | Thiago de Arruda | 2014-10-16 | |
Sanity API checks made by the python-client in the api-python travis target were converted to lua and will now live in this repository. This will simplify performing breaking changes to the API as it won't be necessary to send parallel PRs the python-client. |