aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/buffer_spec.lua
Commit message (Expand)AuthorAge
* api: simplify nvim_buf_get_offset functionBjörn Linse2018-11-01
* api: implement nvim_buf_get_offset_for_lineBjörn Linse2018-11-01
* API: Avoid overrun when formatting error-messageJustin M. Keyes2018-09-05
* functests: tests related to operations on unloaded buffers #7688Peter Hodge2018-07-25
* Merge branch 'master' into luaviml'/luaZyX2017-05-08
|\
| * api: Do not translate error messages.Justin M. Keyes2017-04-24
* | functests: Test for “string cannot contain newline” set_lines errorZyX2017-04-11
|/
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* api: nvim_buf_set_lines(): Avoid invalid ml_get. #6019Matthew Malcomson2017-03-07
* *: Fix linter errorsZyX2017-02-23
* api: Make sure dict_set_var doesn’t edit read-only valuesZyX2017-02-23
* buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX2017-02-23
* api/buffer: Add nvim_buf_get_changedtick methodZyX2017-02-23
* test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes2016-10-24
* api: Establish API naming convention. (#5344)Justin M. Keyes2016-09-17
* api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse2016-09-15
* api: consistently use nvim_ prefix and update documentationBjörn Linse2016-08-31
* functests: Check logs in lua codeZyX2016-06-10
* api: Replace set_var(name, NIL) with del_var(name)ZyX2016-04-18
* api/buffer: add tests for buffer_[gs]et_linesBjörn Linse2016-04-01
* api/buffer: introduce buffer_[gs]et_lines with new indexing convention.Björn Linse2016-04-01
* test: buffer_spec: fix set_line invocationJustin M. Keyes2015-07-11
* test: api: exercise out-of-bounds line slicingNick Hynes2015-07-11
* api: Handle NULs and newlines in buffer_*_line.Scott Prager2014-12-06
* test: Use lua to perform sanity API checksThiago de Arruda2014-10-16