index
:
rneovim.git
20220114-mix
20230125_mix
20231130_mix
aucmd_textputpost
colorcolchar
fix_20726
fix_repeatcmdline
fix_semantic_tokens
fix_semantic_tokens_pull
floattitle
master
mix
mix_20240309
newfeatures
rahm
tmp
usermarks
userreg
userregs_2
Neovim fork with Rahm's personal hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
functional
/
api
/
buffer_spec.lua
Commit message (
Expand
)
Author
Age
*
fix(api): nvim_buf_get_text regression (#21071)
Lewis Russell
2022-11-15
*
feat(lua-api): avoid unnecessary allocations (#19877)
Lewis Russell
2022-11-14
*
feat(test): add Lua forms for API methods (#20152)
Lewis Russell
2022-11-14
*
fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)
zeertzjq
2022-08-06
*
fix(api): check for inclusive buffer line index out of bounds correctly (#19056)
zeertzjq
2022-06-23
*
fix(api)!: correctly handle negative line numbers for nvim_buf_set_text (#17498)
Gregory Anders
2022-02-23
*
feat(api): implement nvim_buf_get_text (#15181)
Gregory Anders
2022-02-22
*
feat(api): add nvim_get_option_value
Gregory Anders
2021-12-04
*
refactor(api/marks)!: add opts param for feature extensibility (#16146)
Javier Lopez
2021-11-01
*
feat(api): named marks set, get, delete #15346
Javier Lopez
2021-10-05
*
correctly mark changed regions for set_text
chentau
2021-02-07
*
api: set_text: more tests, and fixing lint
chentau
2021-01-01
*
api: set_text: rebase, update to new api, and add more tests
Tony Chen
2021-01-01
*
api: set_text: fix validation and some issues
Blaž Hrastnik
2021-01-01
*
api: nvim_buf_delete
TJ DeVries
2020-10-22
*
test: Eliminate expect_err
Justin M. Keyes
2019-09-06
*
test: Rename meth_pcall to pcall_err
Justin M. Keyes
2019-09-06
*
API: nvim_buf_set_lines: handle 'nomodifiable' #10910
Justin M. Keyes
2019-09-01
*
API: fix cursor position when lines are added #9961
hashinclude
2019-05-07
*
aucmd_prepbuf: also restore `prevwin` #9741
Justin M. Keyes
2019-03-17
*
buffer: use aucmd_prepbuf() instead of switch_to_win_for_buf()
Björn Linse
2019-03-05
*
api: simplify nvim_buf_get_offset function
Björn Linse
2018-11-01
*
api: implement nvim_buf_get_offset_for_line
Björn Linse
2018-11-01
*
API: Avoid overrun when formatting error-message
Justin M. Keyes
2018-09-05
*
functests: tests related to operations on unloaded buffers #7688
Peter Hodge
2018-07-25
*
Merge branch 'master' into luaviml'/lua
ZyX
2017-05-08
|
\
|
*
api: Do not translate error messages.
Justin M. Keyes
2017-04-24
*
|
functests: Test for “string cannot contain newline” set_lines error
ZyX
2017-04-11
|
/
*
functests: Replace execute with either command or feed_command
ZyX
2017-04-09
*
api: nvim_buf_set_lines(): Avoid invalid ml_get. #6019
Matthew Malcomson
2017-03-07
*
*: Fix linter errors
ZyX
2017-02-23
*
api: Make sure dict_set_var doesn’t edit read-only values
ZyX
2017-02-23
*
buffer: Bind b:changedtick to b:['changedtick'], remove special cases
ZyX
2017-02-23
*
api/buffer: Add nvim_buf_get_changedtick method
ZyX
2017-02-23
*
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