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
*
test: use integers for API Buffer/Window/Tabpage EXT types
Lewis Russell
2024-01-16
*
test: rename (meths, funcs) -> (api, fn)
Lewis Russell
2024-01-12
*
test: normalise nvim bridge functions
Lewis Russell
2024-01-12
*
test: typing for helpers.meths
Lewis Russell
2024-01-12
*
test: do not inject vim module into global helpers
Lewis Russell
2024-01-12
*
build: enable lintlua for test/ dir
Justin M. Keyes
2024-01-03
*
fix(api): don't set coladd of mark (#26648)
zeertzjq
2023-12-19
*
Merge pull request #26486 from glepnir/fix_linebyte
bfredl
2023-12-12
|
\
|
*
fix: use no_ff instead of ffdos as condition
glepnir
2023-12-12
*
|
test: avoid repeated screen lines in expected states
zeertzjq
2023-12-09
|
/
*
fix(api): load buffer first on nvim_buf_set_lines (#25823)
Raphael
2023-10-29
*
fix(api): more intuitive cursor updates in nvim_buf_set_text
Sergey Slipchenko
2023-09-11
*
fix(api): nvim_buf_get_offset in a new buffer with zero or one lines
bfredl
2023-08-30
*
fix(api): better topline adjustments in nvim_buf_set_lines
bfredl
2023-08-29
*
fix(api): handle clearing out last line of non-current buffer
bfredl
2023-08-28
*
fix(undo): fix crash caused by checking undolevels in wrong buffer
bfredl
2023-08-27
*
fix(api): fix inconsistent behavior of topline touched in recent refactor
bfredl
2023-08-27
*
refactor(change): do API changes to buffer without curbuf switch
bfredl
2023-08-26
*
fix(api): allow negative column arguments for nvim_buf_set_text (#23501)
notomo
2023-07-04
*
refactor(defaults): do not use C specific default values for options (#22500)
Gregory Anders
2023-06-06
*
test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`
Famiu Haque
2023-05-22
*
refactor(options): deprecate nvim[_buf|_win]_[gs]et_option
Lewis Russell
2023-05-21
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
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
[next]