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
/
executor.c
Commit message (
Expand
)
Author
Age
*
fix(lua): pop retval for fast context LuaRef
Luuk van Baal
2025-01-24
*
fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker
林玮 (Jade Lin)
2025-01-18
*
feat(api): add err field to nvim_echo() opts
Luuk van Baal
2025-01-09
*
refactor: iwyu #31637
Justin M. Keyes
2024-12-23
*
fix(messages): proper multiline Lua print() messages #31205
luukvbaal
2024-11-17
*
fix(messages)!: vim.ui_attach message callbacks are unsafe
Luuk van Baal
2024-11-14
*
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(lua): avoid recursive vim.on_key() callback (#30753)
zeertzjq
2024-10-12
*
feat(treesitter): add support for wasm parsers
Lewis Russell
2024-08-26
*
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(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
*
refactor: move shared messages to errors.h #26214
Justin M. Keyes
2024-06-01
*
refactor(source): remove unnecessary concatenation with Lua (#28499)
zeertzjq
2024-04-25
*
fix(lua): only free luarefs when returning from API (#28373)
zeertzjq
2024-04-17
*
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): 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(metadata): generate all metadata in lua
bfredl
2024-02-28
*
refactor(fileio): remove API shell layer encouraging unnecessary allocations
bfredl
2024-02-25
*
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
*
feat(ex_cmds): no error on :lua with {range} and {code} (#27290)
luukvbaal
2024-02-02
*
fix(lua): avoid internal error when :luado deletes lines (#27262)
zeertzjq
2024-01-30
*
docs(lua): update ":{range}lua" docs + error message #27231
Justin M. Keyes
2024-01-27
*
feat(ex_cmds): ranged :lua #27167
luukvbaal
2024-01-26
*
refactor(IWYU): fix headers
dundargoc
2024-01-11
*
refactor: follow style guide
dundargoc
2023-12-30
*
refactor: remove os_errmsg and os_msg functions
dundargoc
2023-12-23
*
refactor: run IWYU on entire repo
dundargoc
2023-12-21
*
refactor: eliminate cyclic includes
dundargoc
2023-12-20
*
refactor: move non-symbols to defs.h headers
dundargoc
2023-12-17
*
fix(lua): memory leak when using invalid syntax with exists() (#26530)
zeertzjq
2023-12-12
*
feat(eval): exists() function supports checking v:lua functions (#26485)
Raphael
2023-12-12
*
vim-patch:8.2.3695: confusing error for missing key (#26420)
zeertzjq
2023-12-06
*
refactor: change event_create() to a macro (#26343)
zeertzjq
2023-12-01
*
refactor: fix headers with IWYU
dundargoc
2023-11-28
*
build(IWYU): fix includes for undo_defs.h
dundargoc
2023-11-27
*
docs: small fixes (#26154)
dundargoc
2023-11-27
*
fix(lua): disallow vim.wait() in fast contexts
Lewis Russell
2023-11-27
*
refactor: enable formatting for ternaries
dundargoc
2023-11-20
*
build: bump uncrustify version
dundargoc
2023-11-19
*
fix(lua): only disable vim.schedule() when closing main loop (#26090)
zeertzjq
2023-11-17
*
fix(lua): do not schedule events if Nvim is exiting
Gregory Anders
2023-11-13
*
build: remove PVS
dundargoc
2023-11-12
[next]