summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/api/buffer_spec.lua
AgeCommit message (Expand)AuthorFiles
2021-01-01api: set_text: fix validation and some issuesBlaž Hrastnik1
2020-10-22api: nvim_buf_deleteTJ DeVries1
2019-09-06test: Eliminate expect_errJustin M. Keyes1
2019-09-06test: Rename meth_pcall to pcall_errJustin M. Keyes1
2019-09-01API: nvim_buf_set_lines: handle 'nomodifiable' #10910Justin M. Keyes1
2019-05-07API: fix cursor position when lines are added #9961hashinclude1
2019-03-17aucmd_prepbuf: also restore `prevwin` #9741Justin M. Keyes1
2019-03-05buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse1
2018-11-01api: simplify nvim_buf_get_offset functionBjörn Linse1
2018-11-01api: implement nvim_buf_get_offset_for_lineBjörn Linse1
2018-09-05API: Avoid overrun when formatting error-messageJustin M. Keyes1
2018-07-25functests: tests related to operations on unloaded buffers #7688Peter Hodge1
2017-05-08Merge branch 'master' into luaviml'/luaZyX1
2017-04-24api: Do not translate error messages.Justin M. Keyes1
2017-04-11functests: Test for “string cannot contain newline” set_lines errorZyX1
2017-04-09functests: Replace execute with either command or feed_commandZyX1
2017-03-07api: nvim_buf_set_lines(): Avoid invalid ml_get. #6019Matthew Malcomson1
2017-02-23*: Fix linter errorsZyX1
2017-02-23api: Make sure dict_set_var doesn’t edit read-only valuesZyX1
2017-02-23buffer: Bind b:changedtick to b:['changedtick'], remove special casesZyX1
2017-02-23api/buffer: Add nvim_buf_get_changedtick methodZyX1
2016-10-24test/api: Specify handling of VimL errors, v:errmsg.Justin M. Keyes1
2016-09-17api: Establish API naming convention. (#5344)Justin M. Keyes1
2016-09-15api: make nvim[_obj]_set_var and _del_var not return the old valueBjörn Linse1
2016-08-31api: consistently use nvim_ prefix and update documentationBjörn Linse1
2016-06-10functests: Check logs in lua codeZyX1
2016-04-18api: Replace set_var(name, NIL) with del_var(name)ZyX1
2016-04-01api/buffer: add tests for buffer_[gs]et_linesBjörn Linse1
2016-04-01api/buffer: introduce buffer_[gs]et_lines with new indexing convention.Björn Linse1
2015-07-11test: buffer_spec: fix set_line invocationJustin M. Keyes1
2015-07-11test: api: exercise out-of-bounds line slicingNick Hynes1
2014-12-06api: Handle NULs and newlines in buffer_*_line.Scott Prager1
2014-10-16test: Use lua to perform sanity API checksThiago de Arruda1