aboutsummaryrefslogtreecommitdiff
path: root/test/functional/api/buffer_spec.lua
Commit message (Expand)AuthorAge
* fix(api): load buffer first on nvim_buf_set_lines (#25823)Raphael2023-10-29
* fix(api): more intuitive cursor updates in nvim_buf_set_textSergey Slipchenko2023-09-11
* fix(api): nvim_buf_get_offset in a new buffer with zero or one linesbfredl2023-08-30
* fix(api): better topline adjustments in nvim_buf_set_linesbfredl2023-08-29
* fix(api): handle clearing out last line of non-current bufferbfredl2023-08-28
* fix(undo): fix crash caused by checking undolevels in wrong bufferbfredl2023-08-27
* fix(api): fix inconsistent behavior of topline touched in recent refactorbfredl2023-08-27
* refactor(change): do API changes to buffer without curbuf switchbfredl2023-08-26
* fix(api): allow negative column arguments for nvim_buf_set_text (#23501)notomo2023-07-04
* refactor(defaults): do not use C specific default values for options (#22500)Gregory Anders2023-06-06
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* refactor(api): VALIDATE macros #22256Justin M. Keyes2023-02-14
* fix(api): nvim_buf_get_text regression (#21071)Lewis Russell2022-11-15
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
* fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)zeertzjq2022-08-06
* fix(api): check for inclusive buffer line index out of bounds correctly (#19056)zeertzjq2022-06-23
* fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)Gregory Anders2022-02-23
* feat(api): implement nvim_buf_get_text (#15181)Gregory Anders2022-02-22
* feat(api): add nvim_get_option_valueGregory Anders2021-12-04
* refactor(api/marks)!: add opts param for feature extensibility (#16146)Javier Lopez2021-11-01
* feat(api): named marks set, get, delete #15346Javier Lopez2021-10-05
* correctly mark changed regions for set_textchentau2021-02-07
* api: set_text: more tests, and fixing lintchentau2021-01-01
* api: set_text: rebase, update to new api, and add more testsTony Chen2021-01-01
* api: set_text: fix validation and some issuesBlaž Hrastnik2021-01-01
* api: nvim_buf_deleteTJ DeVries2020-10-22
* test: Eliminate expect_errJustin M. Keyes2019-09-06
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* API: nvim_buf_set_lines: handle 'nomodifiable' #10910Justin M. Keyes2019-09-01
* API: fix cursor position when lines are added #9961hashinclude2019-05-07
* aucmd_prepbuf: also restore `prevwin` #9741Justin M. Keyes2019-03-17
* buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()Björn Linse2019-03-05
* 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