Commit message (Expand) | Author | Age | |
---|---|---|---|
* | test/api: Specify handling of VimL errors, v:errmsg. | Justin M. Keyes | 2016-10-24 |
* | api: Establish API naming convention. (#5344) | Justin M. Keyes | 2016-09-17 |
* | api: make nvim[_obj]_set_var and _del_var not return the old value | Björn Linse | 2016-09-15 |
* | api: consistently use nvim_ prefix and update documentation | Björn Linse | 2016-08-31 |
* | functests: Check logs in lua code | ZyX | 2016-06-10 |
* | api: Replace set_var(name, NIL) with del_var(name) | ZyX | 2016-04-18 |
* | api/buffer: add tests for buffer_[gs]et_lines | Björn Linse | 2016-04-01 |
* | api/buffer: introduce buffer_[gs]et_lines with new indexing convention. | Björn Linse | 2016-04-01 |
* | test: buffer_spec: fix set_line invocation | Justin M. Keyes | 2015-07-11 |
* | test: api: exercise out-of-bounds line slicing | Nick Hynes | 2015-07-11 |
* | api: Handle NULs and newlines in buffer_*_line. | Scott Prager | 2014-12-06 |
* | test: Use lua to perform sanity API checks | Thiago de Arruda | 2014-10-16 |