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: 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
*
fix(api): use text_locked() to check textlock
Sean Dewar
2023-07-05
*
fix(api): allow negative column arguments for nvim_buf_set_text (#23501)
notomo
2023-07-04
*
docs: fix misparsed headings (#24162)
Christian Clason
2023-06-26
*
docs: autocmds, misc
Justin M. Keyes
2023-06-25
*
test: spellcheck :help (vimdoc) files #24109
Justin M. Keyes
2023-06-22
*
refactor(api): new helper macros
Famiu Haque
2023-05-23
*
refactor(clang-tidy): remove redundant casts
dundargoc
2023-04-26
*
perf(lsp): only redraw the windows containing LSP tokens
bfredl
2023-02-28
*
refactor(api): consistent VALIDATE messages #22262
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22256
Justin M. Keyes
2023-02-14
*
refactor(api): VALIDATE macros #22187
Justin M. Keyes
2023-02-14
*
docs(gen): support language annotation in docstrings
Christian Clason
2022-12-02
*
fix(api): nvim_buf_get_text regression (#21071)
Lewis Russell
2022-11-15
*
build: allow IWYU to fix includes for all .c files
dundargoc
2022-11-15
*
feat(lua-api): avoid unnecessary allocations (#19877)
Lewis Russell
2022-11-14
*
docs: various #12823
Justin M. Keyes
2022-10-09
*
refactor: replace char_u with char
Dundar Göc
2022-09-06
*
refactor(mappings)!: mapblock_fill_dict() use API Dictionary (#20020)
zeertzjq
2022-08-31
*
refactor: replace char_u with char
Dundar Goc
2022-08-25
*
perf(api): allow to use an arena for return values
bfredl
2022-08-23
*
vim-patch:8.1.2057: the screen.c file is much too big
Lewis Russell
2022-08-19
*
refactor: remove some unused includes (#19820)
zeertzjq
2022-08-17
*
fix(api): fix nvim_buf_set_text heap-use-after-free (#19644)
zeertzjq
2022-08-06
*
test: improve mapping tests and docs (#19619)
zeertzjq
2022-08-02
*
refactor(object): get rid of redundant FIXED_TEMP_ARRAY
bfredl
2022-07-20
*
feat(marks): restore viewport on jump #15831
Javier Lopez
2022-06-30
*
fix(api): check for inclusive buffer line index out of bounds correctly (#19056)
zeertzjq
2022-06-23
*
refactor: move some mapping-related code to a separate file (#19061)
zeertzjq
2022-06-23
*
refactor(api): move command related API to separate file
bfredl
2022-06-12
*
refactor(api): move option code to own file
bfredl
2022-06-12
[next]