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
/
lua
Commit message (
Expand
)
Author
Age
*
fix(lua): show stacktrace for error in vim.on_key() callback (#31021)
zeertzjq
2024-11-02
*
feat(lua): allow vim.on_key() callback to consume the key (#30939)
errael
2024-11-01
*
fix(treesitter): correct condition in `__has_ancestor`
Amaan Qureshi
2024-10-27
*
refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915
Tristan Knight
2024-10-26
*
feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735
Tristan Knight
2024-10-23
*
fix(treesitter): mark supertype nodes as named
Riley Bruins
2024-10-12
*
fix(lua): avoid recursive vim.on_key() callback (#30753)
zeertzjq
2024-10-12
*
fix(treesitter): remove duplicate symbol names in language.inspect()
Riley Bruins
2024-10-11
*
feat(treesitter): introduce child_with_descendant()
Riley Bruins
2024-10-11
*
perf(treesitter): do not use tree cursors with a small lifetime
Lewis Russell
2024-10-03
*
fix(diff): use mmfile_t in linematch
Lewis Russell
2024-09-30
*
fix(coverity): size_t overflow #30497
Justin M. Keyes
2024-09-25
*
refactor(api)!: rename Dictionary => Dict
Justin M. Keyes
2024-09-23
*
fix(build): issues with s390x CI
bfredl
2024-08-29
*
feat(treesitter): add support for wasm parsers
Lewis Russell
2024-08-26
*
fix(lua)!: do not use typed table for empty dict
Amit Singh
2024-07-13
*
fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)
zeertzjq
2024-07-13
*
fix(lua): don't include text after cursor in completion pattern (#29587)
zeertzjq
2024-07-06
*
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(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)
zeertzjq
2024-06-18
*
fix(lua): find length of completion prefix earlier (#29384)
zeertzjq
2024-06-18
*
feat(lua): add `vim._with`
dundargoc
2024-06-08
*
fixup: apply the change on more files
James Tirta Halim
2024-06-04
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
perf(treesitter): use child_containing_descendant() in has-ancestor? (#28512)
vanaigr
2024-05-16
*
refactor(fold): avoid coverity false-positive
Jaehwang Jung
2024-05-07
*
feat(api): add nvim__redraw for more granular redrawing
Luuk van Baal
2024-05-02
*
fix(treesitter): make tests for memoize more robust
bfredl
2024-04-29
*
refactor(build): make all generated c files headers
bfredl
2024-04-27
*
refactor(source): remove unnecessary concatenation with Lua (#28499)
zeertzjq
2024-04-25
*
refactor(treesitter): language loading
Lewis Russell
2024-04-21
*
perf(treesitter): incremental foldupdate
Jaehwang Jung
2024-04-21
*
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
2024-04-17
*
fix(base64): properly handle embedded NULLs when decoding (#28349)
Gregory Anders
2024-04-15
*
feat(lua): pass keys before mapping to vim.on_key() callback (#28098)
zeertzjq
2024-03-31
*
test: add a bit more testing for vim.on_key() (#28095)
zeertzjq
2024-03-29
*
refactor(treesitter): handle coverity warnings better
Lewis Russell
2024-03-20
*
fix(treesitter): treecursor regression
Lewis Russell
2024-03-20
*
refactor(treesitter): reorder functions
Lewis Russell
2024-03-19
*
refactor(treesitter): simplify argument checks for userdata
Lewis Russell
2024-03-19
*
refactor(treesitter): redesign query iterating
Lewis Russell
2024-03-19
*
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
*
refactor(msgpack): allow flushing buffer while packing msgpack
bfredl
2024-03-07
*
refactor(metadata): generate all metadata in lua
bfredl
2024-02-28
*
Merge pull request #27599 from bfredl/nofilealloc
bfredl
2024-02-26
|
\
|
*
refactor(fileio): remove API shell layer encouraging unnecessary allocations
bfredl
2024-02-25
*
|
fix(mbyte): fix bugs in utf_cp_*_off() functions
VanaIgr
2024-02-26
|
/
*
refactor(api): use an arena for mappings
bfredl
2024-02-18
[next]