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
/
lua
/
executor.c
Age
Commit message (
Expand
)
Author
Files
2026-04-23
fix(lua): don't strip debuginfo in precompile module #39191
phanium
1
2026-04-22
feat(eval): treat Lua string as "blob" in writefile() #39098
Barrett Ruth
1
2026-04-20
fix(excmd): nlua_call_excmd require() failure is a "lua_error"
Justin M. Keyes
1
2026-04-20
refactor(excmd): migrate ex_terminal to Lua
Justin M. Keyes
1
2026-04-20
refactor(excmd): migrate ex_checkhealth to Lua
Justin M. Keyes
1
2026-04-18
feat(vimfn): use Lua for more excmds/vimfns
Justin M. Keyes
1
2026-04-17
perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166
Justin M. Keyes
1
2026-03-28
docs: news #38464
Justin M. Keyes
1
2026-03-18
fix(messages): disallow user-defined integer message-id #38359
Justin M. Keyes
1
2026-03-11
docs: api, messages, lsp, trust
Justin M. Keyes
1
2026-03-06
fix(cmdline): cmdline_block events for :lua debug.debug() #38171
luukvbaal
1
2026-02-13
fix: wait() checks condition twice on each interval (#37837)
zeertzjq
1
2026-02-01
fix(lua): close vim.defer_fn() timer if vim.schedule() failed (#37647)
zeertzjq
1
2026-01-27
fix(ui): textlock still causes issues for UI callbacks #37513
luukvbaal
1
2026-01-21
fix(lua): correct line number reporting for options set in coroutines (#37463)
Tommy Guo
1
2025-12-30
build: ship "_core/*" as bytecode (built-into Nvim binary)
Justin M. Keyes
1
2025-12-10
fix(lua): relax `vim.wait()` timeout validation #36900
skewb1k
1
2025-12-09
fix(lua): vim.wait(math.huge) fails #36885
skewb1k
1
2025-10-21
feat(vimscript): log function name in "fast" message #32616
Matthieu Coudron
1
2025-09-23
fix(lua): coverity "unreachable" warning #35874
Justin M. Keyes
1
2025-09-10
refactor(lua): fix coverity warning from #35536 (#35703)
zeertzjq
1
2025-09-09
perf(highlight): allow decoration providers to skip ranges without data
bfredl
1
2025-09-01
feat(progress): better default format + history sync #35533
Shadman
1
2025-09-01
feat(lua): vim.wait() returns callback results #35588
Justin M. Keyes
1
2025-08-31
fix(lua): report error in Lua Funcref callback properly (#35555)
zeertzjq
1
2025-08-27
refactor: rename ga_concat_strings_sep() to ga_concat_strings() (#35498)
zeertzjq
1
2025-08-26
feat(api): nvim_echo can emit Progress messages/events #34846
Shadman
1
2025-08-14
refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guards
bfredl
1
2025-06-29
fix(exrc): exrc knows its own location (#34638)
Yochem van Rosmalen
1
2025-06-01
fix(api): add missing nargs field to user command Lua callbacks #34210
glepnir
1
2025-05-13
refactor(treesitter): move functions from executor.c to treesitter.c
Lewis Russell
1
2025-05-04
feat(messages): cleanup Lua error messages
Justin M. Keyes
1
2025-04-21
fix(coverity/530026,530028): free resources on early exit in nlua_exec_file #...
Nathaniel Poppe
1
2025-04-21
feat(ui): avoid setting 'cmdheight' with vim.ui_attach()
Luuk van Baal
1
2025-04-16
fix(env.c): drop envmap, free os_getenv() result #32683
Judit Novak
1
2025-03-19
fix(messages): incorrect error message splitting and kind #32990
luukvbaal
1
2025-03-07
docs: OSC 133 shell config #32771
Justin M. Keyes
1
2025-03-07
fix(lua): always use vim.inspect() for :lua= (#32715)
zeertzjq
1
2025-03-05
fix(lua): format errors from luv callbacks using __tostring
bfredl
1
2025-02-28
vim-patch:8.2.4603: sourcing buffer lines is too complicated
zeertzjq
1
2025-02-27
fix(lua): wrong script context for option set by func from nvim_exec2 (#32659)
zeertzjq
1
2025-02-25
fix(lua): don't override script ID from :source (#32626)
zeertzjq
1
2025-02-24
fix(lua): SIGSEGV in luv callback with error(nil) #32595
phanium
1
2025-01-24
fix(lua): pop retval for fast context LuaRef
Luuk van Baal
1
2025-01-18
fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker
林玮 (Jade Lin)
1
2025-01-09
feat(api): add err field to nvim_echo() opts
Luuk van Baal
1
2024-12-23
refactor: iwyu #31637
Justin M. Keyes
1
2024-11-17
fix(messages): proper multiline Lua print() messages #31205
luukvbaal
1
2024-11-14
fix(messages)!: vim.ui_attach message callbacks are unsafe
Luuk van Baal
1
2024-11-02
fix(lua): show stacktrace for error in vim.on_key() callback (#31021)
zeertzjq
1
[next]