index
:
neovim
dependabot/github_actions/github-actions-c6747d2992
marvim/ci-version-update
master
release-0.10
release-0.11
release-0.12
release-0.4
release-0.5
release-0.6
release-0.7
release-0.8
release-0.9
Vim-fork focused on extensibility and usability
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
nvim
/
buffer_updates.c
Age
Commit message (
Expand
)
Author
Files
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2024-12-23
refactor: iwyu #31637
Justin M. Keyes
1
2024-02-13
refactor(lua): use Arena when converting from lua stack to API args
bfredl
1
2024-02-11
refactor(api): use an arena for nvim_buf_get_lines and buffer updates
bfredl
1
2024-01-11
refactor(IWYU): fix headers
dundargoc
1
2023-12-21
refactor: run IWYU on entire repo
dundargoc
1
2023-11-30
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
1
2023-11-29
refactor: move some constants out of vim_defs.h (#26298)
zeertzjq
1
2023-11-28
refactor: fix headers with IWYU
dundargoc
1
2023-11-27
refactor: rename types.h to types_defs.h
dundargoc
1
2023-11-27
build(IWYU): fix includes for undo_defs.h
dundargoc
1
2023-11-27
build(IWYU): fix includes for func_attr.h
dundargoc
1
2023-11-27
refactor: move Arena and ArenaMem to memory_defs.h (#26240)
zeertzjq
1
2023-11-12
build: remove PVS
dundargoc
1
2023-03-09
fix(buffer_updates): save and restore current window cursor (#16732)
zeertzjq
1
2023-01-03
refactor(api): do not allocate temporaries for internal events
bfredl
1
2022-12-14
fix(treesitter): properly restore `'syntax'` (#21358)
Lewis Russell
1
2022-11-15
fix(api): nvim_buf_get_text regression (#21071)
Lewis Russell
1
2022-11-15
build: allow IWYU to fix includes for all .c files
dundargoc
1
2022-11-14
feat(lua-api): avoid unnecessary allocations (#19877)
Lewis Russell
1
2022-08-31
feat(lua): vim.ui_attach to get ui events from lua
bfredl
1
2022-07-20
refactor(object): get rid of redundant FIXED_TEMP_ARRAY
bfredl
1
2022-05-31
feat: add preview functionality to user commands
Famiu Haque
1
2022-05-25
refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)
dundargoc
1
2022-05-10
vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)
zeertzjq
1
2022-05-07
fix(extmarks): revert to int for extmark row
zeertzjq
1
2022-05-06
refactor: enable -Wconversion warning for edit.c
Dundar Goc
1
2022-04-13
refactor: add pure attribute to pure functions
Dundar Göc
1
2021-09-19
refactor: format with uncrustify #15722
dundargoc
1
2021-07-24
fix: fix incorrect call sites of xcalloc
Gregory Anders
1
2021-07-07
chore: use codespell to spell check #15016
dundargoc
1
2021-04-03
luaref: free all references in buffer_updates
Björn Linse
1
2021-02-10
buffer updates: add on_reload callback and handle it in treesitter parser
Björn Linse
1
2020-12-15
feat(buffer_updates): allow ignoring when previewing
Thomas Vigouroux
1
2020-09-11
Merge pull request #12889 from vigoux/bytetrack-open-line
Björn Linse
1
2020-09-11
fix(bufupdates): avoid sending empty updates
Thomas Vigouroux
1
2020-09-10
lua: cleanup naming conventions of executor functions
Björn Linse
1
2020-09-09
fix lints
Thomas Vigouroux
1
2020-09-09
api/buffer: add "on_bytes" callback to nvim_buf_attach
Björn Linse
1
2020-02-10
treesitter: cleanup some luahl stuff
Björn Linse
1
2020-01-16
extmarks/bufhl: reimplement using new marktree data structure
Björn Linse
1
2019-12-22
tree-sitter: implement query functionality and highlighting prototype [skip.l...
Björn Linse
1
2019-08-06
lua: support getting UTF-32 and UTF-16 sizes of replaced text
Björn Linse
1
2019-08-06
lua: add {old_byte_size} to on_lines buffer change event
Björn Linse
1
2019-06-15
api/lua: add on_detach to nvim_buf_attach
Björn Linse
1
2019-06-04
api: allow nvim_buf_attach from lua using callbacks
Björn Linse
1
2018-09-24
add func_attr_printf in :
MichaHoffmann
1
2018-06-22
*: Replace b_changedtick with new always-inline functions
ZyX
1
2018-06-09
refactor: buf_collect_lines (#8509)
Justin M. Keyes
1
2018-06-08
Merge #7917 'API: buffer updates'
Justin M. Keyes
1
[next]