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
/
private
Commit message (
Expand
)
Author
Age
*
feat(api): add err field to nvim_echo() opts
Luuk van Baal
2025-01-09
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
refactor(api): always use TRY_WRAP #31600
luukvbaal
2024-12-17
*
fix(api): not using TRY_WRAP, generic error messages #31595
Justin M. Keyes
2024-12-16
*
feat(keysets): teach Union and LuaRefOf
Lewis Russell
2024-11-25
*
fix(api): nvim_echo free text memory with invalid highlight (#31243)
luukvbaal
2024-11-17
*
fix(api): validation, documentation of hl_group #31195
luukvbaal
2024-11-16
*
refactor(message): propagate highlight id instead of attrs
Luuk van Baal
2024-11-08
*
vim-patch:9.1.0824: too many strlen() calls in register.c (#31022)
zeertzjq
2024-11-01
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fix(api): nvim_buf_get_text() crashes with large negative column #28740
vanaigr
2024-09-03
*
fix(highlight): fix the seg fault caused by the invalid linked hl ids
William Wong
2024-08-14
*
refactor(shada): rework msgpack decoding without msgpack-c
bfredl
2024-08-05
*
refactor(declarations): also generate prototypes for functions in headers
bfredl
2024-07-13
*
refactor(typval)!: remove distinction of binary and nonbinary strings
bfredl
2024-06-27
*
refactor(typval): don't use msgpack_packer for msgpackdump()
bfredl
2024-06-24
*
refactor(shada): use msgpack_sbuffer less
bfredl
2024-06-11
*
fixup: apply the change on more files
James Tirta Halim
2024-06-04
*
test: API can return Lua function to Lua code (#28380)
zeertzjq
2024-04-17
*
test: make mapping tests more consistent (#28368)
zeertzjq
2024-04-16
*
test: getting autocmd Lua callback in Vimscript (#28367)
zeertzjq
2024-04-16
*
refactor: use ml_get_buf_len() in API code (#27825)
zeertzjq
2024-03-12
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor(metadata): generate all metadata in lua
bfredl
2024-02-28
*
refactor(api): make freeing of return-value opt-in instead of opt out
bfredl
2024-02-21
*
refactor(api): use arena for nvim_put and nvim_paste
bfredl
2024-02-19
*
refactor(api): use arena for metadata; msgpack_rpc_to_object delenda est
bfredl
2024-02-18
*
refactor(api): use arena for autocmds
bfredl
2024-02-18
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
*
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 arena for nvim_parse_cmd()
bfredl
2024-02-09
*
refactor(api): make cstr_as_string accept "const char*"
bfredl
2024-02-09
*
refactor(api): use keydict and arena for more api return values
bfredl
2024-02-08
*
fix(api): limit depth of nvim_cmd (#27225)
zeertzjq
2024-01-27
*
refactor(api): give "hl_group" more accurate _meta type
bfredl
2024-01-22
*
refactor(api): use hl id directly in nvim_buf_set_extmark
glepnir
2024-01-20
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor(IWYU): add "private" pragma to more generated headers (#26706)
zeertzjq
2023-12-22
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
fix(api): don't set coladd of mark (#26648)
zeertzjq
2023-12-19
*
refactor: move some anonymous enums back to non-defs headers (#26622)
zeertzjq
2023-12-18
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
refactor: object_to_vim() cannot fail
Justin M. Keyes
2023-12-07
*
feat(rpc): allow empty string key in msgpack => Vim conversion
Justin M. Keyes
2023-12-07
*
refactor(IWYU): move UI and LineFlags to ui_defs.h (#26318)
zeertzjq
2023-11-30
*
build: don't define FUNC_ATTR_* as empty in headers (#26317)
zeertzjq
2023-11-30
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
refactor: fix runtime_defs.h (#26259)
zeertzjq
2023-11-28
[next]