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
/
src
/
nvim
/
api
/
buffer.c
Commit message (
Expand
)
Author
Age
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343
Justin M. Keyes
2024-12-19
*
refactor(api): always use TRY_WRAP #31600
luukvbaal
2024-12-17
*
docs: lua error patterns #30240
Justin M. Keyes
2024-09-24
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
docs: misc (#28837)
dundargoc
2024-06-07
*
fixup: apply the change on more files
James Tirta Halim
2024-06-04
*
feat(api): add nvim__redraw for more granular redrawing
Luuk van Baal
2024-05-02
*
fix(api): ignore 'autochdir' when renaming other buf (#28376)
zeertzjq
2024-04-16
*
docs: fix typos (#27868)
dundargoc
2024-03-28
*
fix(api/buffer): fix handling of viewport of non-current buffer
bfredl
2024-03-13
*
refactor: use ml_get_buf_len() in API code (#27825)
zeertzjq
2024-03-12
*
feat(docs): replace lua2dox.lua
Lewis Russell
2024-02-27
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
refactor(api): reduce temporary allocations when replacing lines
bfredl
2024-02-20
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
*
docs: document breaking change for nvim_create_autocmd callback (#27484)
Gregory Anders
2024-02-15
*
refactor(eval): use arena when converting typvals to Object
bfredl
2024-02-15
*
refactor(lua): use Arena when converting from lua stack to API args
bfredl
2024-02-13
*
refactor(api): use an arena for nvim_buf_get_lines and buffer updates
bfredl
2024-02-11
*
refactor(api): refactor more api functions to use arena return
bfredl
2024-02-08
*
refactor: IWYU (#27186)
zeertzjq
2024-01-25
*
perf(extmarks): add metadata for efficient filtering of special decorations
bfredl
2024-01-22
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor(api): redundant `ml_mfp` check #26059
Justin M. Keyes
2024-01-02
*
docs: clarify on_bytes arguments
Jaehwang Jung
2024-01-01
*
refactor(IWYU): move decor provider types to decoration_defs.h (#26692)
zeertzjq
2023-12-21
*
refactor(IWYU): move marktree types to marktree_defs.h (#26402)
zeertzjq
2023-12-05
*
refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)
Riccardo Mazzarini
2023-12-05
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
2023-11-29
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: rename types.h to types_defs.h
dundargoc
2023-11-27
*
refactor: fix includes for api/autocmd.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
build(IWYU): fix includes for func_attr.h
dundargoc
2023-11-27
*
build: remove PVS
dundargoc
2023-11-12
*
docs: small fixes (#25585)
dundargoc
2023-10-29
*
fix(api): load buffer first on nvim_buf_set_lines (#25823)
Raphael
2023-10-29
*
build(iwyu): add a few more _defs.h mappings (#25435)
zeertzjq
2023-09-30
*
docs: replace <pre> with ``` (#25136)
Gregory Anders
2023-09-14
*
fix(api): more intuitive cursor updates in nvim_buf_set_text
Sergey Slipchenko
2023-09-11
*
fix(api): better topline adjustments in nvim_buf_set_lines
bfredl
2023-08-29
*
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
*
refactor(memline): distinguish mutating uses of ml_get_buf()
bfredl
2023-08-24
*
docs: also change "vimL" and "viml" to "Vimscript" (#24414)
zeertzjq
2023-07-21
*
feat(api): add nvim_win_text_height (#24236)
zeertzjq
2023-07-11
*
docs: MAINTAIN.md, nvim_get_mark
Justin M. Keyes
2023-07-08
*
fix(api): disallow some more functions during textlock
Sean Dewar
2023-07-05
[next]