summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/executor.c
AgeCommit message (Expand)AuthorFiles
2026-04-23fix(lua): don't strip debuginfo in precompile module #39191phanium1
2026-04-22feat(eval): treat Lua string as "blob" in writefile() #39098Barrett Ruth1
2026-03-28docs: news #38464Justin M. Keyes1
2026-03-18fix(messages): disallow user-defined integer message-id #38359Justin M. Keyes1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-06fix(cmdline): cmdline_block events for :lua debug.debug() #38171luukvbaal1
2026-02-13fix: wait() checks condition twice on each interval (#37837)zeertzjq1
2026-02-01fix(lua): close vim.defer_fn() timer if vim.schedule() failed (#37647)zeertzjq1
2026-01-27fix(ui): textlock still causes issues for UI callbacks #37513luukvbaal1
2026-01-21fix(lua): correct line number reporting for options set in coroutines (#37463)Tommy Guo1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-12-10fix(lua): relax `vim.wait()` timeout validation #36900skewb1k1
2025-12-09fix(lua): vim.wait(math.huge) fails #36885skewb1k1
2025-10-21feat(vimscript): log function name in "fast" message #32616Matthieu Coudron1
2025-09-23fix(lua): coverity "unreachable" warning #35874Justin M. Keyes1
2025-09-10refactor(lua): fix coverity warning from #35536 (#35703)zeertzjq1
2025-09-09perf(highlight): allow decoration providers to skip ranges without databfredl1
2025-09-01feat(progress): better default format + history sync #35533Shadman1
2025-09-01feat(lua): vim.wait() returns callback results #35588Justin M. Keyes1
2025-08-31fix(lua): report error in Lua Funcref callback properly (#35555)zeertzjq1
2025-08-27refactor: rename ga_concat_strings_sep() to ga_concat_strings() (#35498)zeertzjq1
2025-08-26feat(api): nvim_echo can emit Progress messages/events #34846Shadman1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-06-29fix(exrc): exrc knows its own location (#34638)Yochem van Rosmalen1
2025-06-01fix(api): add missing nargs field to user command Lua callbacks #34210glepnir1
2025-05-13refactor(treesitter): move functions from executor.c to treesitter.cLewis Russell1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-04-21fix(coverity/530026,530028): free resources on early exit in nlua_exec_file #...Nathaniel Poppe1
2025-04-21feat(ui): avoid setting 'cmdheight' with vim.ui_attach()Luuk van Baal1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2025-03-19fix(messages): incorrect error message splitting and kind #32990luukvbaal1
2025-03-07docs: OSC 133 shell config #32771Justin M. Keyes1
2025-03-07fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq1
2025-03-05fix(lua): format errors from luv callbacks using __tostringbfredl1
2025-02-28vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq1
2025-02-27fix(lua): wrong script context for option set by func from nvim_exec2 (#32659)zeertzjq1
2025-02-25fix(lua): don't override script ID from :source (#32626)zeertzjq1
2025-02-24fix(lua): SIGSEGV in luv callback with error(nil) #32595phanium1
2025-01-24fix(lua): pop retval for fast context LuaRefLuuk van Baal1
2025-01-18fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker林玮 (Jade Lin)1
2025-01-09feat(api): add err field to nvim_echo() optsLuuk van Baal1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-17fix(messages): proper multiline Lua print() messages #31205luukvbaal1
2024-11-14fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal1
2024-11-02fix(lua): show stacktrace for error in vim.on_key() callback (#31021)zeertzjq1
2024-11-01feat(lua): allow vim.on_key() callback to consume the key (#30939)errael1
2024-10-12fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq1
2024-08-26feat(treesitter): add support for wasm parsersLewis Russell1
2024-07-13fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)zeertzjq1
2024-07-06fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq1