summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim
AgeCommit message (Expand)AuthorFiles
2026-04-25fix(channel): stack-buffer-overflow with exit during connection (#39387)zeertzjq2
2026-04-25fix(build): add `_core/time.lua` to gettext #39384Olivia Kinnear1
2026-04-24feat(tui): restore 'ttyfast' to control tty requests #38699Kyle3
2026-04-24fix(api): leak preview callback LuaRef in nvim_create_user_command #39357Barrett Ruth1
2026-04-24fix(api): LuaRef leak in nvim_set_keymap on LHS too long (>=66 bytes) #39351Barrett Ruth1
2026-04-24fix(path): normalize path slashes on Windows #37729tao23
2026-04-24feat(api): nvim_echo(percent=nil) means "unknown" progress #39029Peter Cardenas2
2026-04-23fix(options): repair stale UI state after `:set all&` #39026Barrett Ruth1
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear2
2026-04-23fix(lua): don't strip debuginfo in precompile module #39191phanium2
2026-04-23fix(terminal): memory leak in pending TermRequest StringBuilder #39333Barrett Ruth1
2026-04-23vim-patch:partial:9.2.0315: missing bound-checks (#39334)zeertzjq4
2026-04-22vim-patch:9.2.0388: strange indent in update_topline() (#39324)zeertzjq1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes6
2026-04-22feat(eval): treat Lua string as "blob" in writefile() #39098Barrett Ruth2
2026-04-22fix(shada): bdelete'd buffers not stored in oldfiles #39070glepnir1
2026-04-22fix(cmdline): avoid 'incsearch' recursion after redraw #39303luukvbaal3
2026-04-22fix(options): default 'titlestring' shows CWD #39233Nick Krichevsky2
2026-04-22fix(cmd): ++p, ++edit should match "word" boundary #39146glepnir1
2026-04-22vim-patch:3918f32: runtime(doc): fix incorrect description of 'scrolloffpad'zeertzjq1
2026-04-22vim-patch:9.2.0356: Cannot apply 'scrolloff' context lines at end of filezeertzjq6
2026-04-22vim-patch:9.2.0385: Integer overflow with "ze" and large 'sidescrolloff' (#39...zeertzjq2
2026-04-22vim-patch:9.2.0384: stale Insstart after cursor move breaks undo (#39290)zeertzjq1
2026-04-22fix(incsearch): support `c_CTRL-{G,T}` with an offset (#39097)Barrett Ruth2
2026-04-22fix(:restart): avoid ERR/WRN logging on Windows with --listen (#39287)zeertzjq3
2026-04-21fix(messages): "progress" kind for busy messages #39280luukvbaal5
2026-04-21fix(:restart): reuse --listen addr on Windows #38539Sanzhar Kuandyk1
2026-04-21feat(normal): normal-mode ZR does :restartJustin M. Keyes1
2026-04-21fix(substitute): don't crash with very large count (#39272)zeertzjq3
2026-04-21vim-patch:9.2.0380: completion: a few issues in completion code (#39264)zeertzjq1
2026-04-21vim-patch:9.2.0378: Using int as bool type in win_T struct (#39263)zeertzjq1
2026-04-21vim-patch:9.2.0373: Ctrl-R mapping not triggered during completion (#39261)zeertzjq1
2026-04-21fix(move): avoid integer overflow with large 'scrolloff' (#39251)zeertzjq6
2026-04-20docs: update version.c (#38976)github-actions[bot]1
2026-04-20docs: misc #39207Justin M. Keyes3
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210glepnir3
2026-04-20Merge #39194 from justinmk/luavimfnJustin M. Keyes5
2026-04-20vim-patch:partial:9.2.0368: too many strlen() calls when adding strings to di...zeertzjq11
2026-04-20vim-patch:8.2.4912: using execute() to define a lambda doesn't work (#39229)Jan Edmund Lazo3
2026-04-20fix(smoothscroll): crash when resizing to textoff with showbreakJaehwang Jung1
2026-04-20vim-patch:9.2.0365: using int as bool (#39232)zeertzjq4
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal6
2026-04-20fix(jobstart): use uv_os_environ directlyJustin M. Keyes1
2026-04-20fix(excmd): nlua_call_excmd require() failure is a "lua_error"Justin M. Keyes2
2026-04-20refactor(excmd): migrate ex_terminal to LuaJustin M. Keyes2
2026-04-20refactor(excmd): migrate help.c to LuaJustin M. Keyes1
2026-04-20refactor(excmd): migrate ex_checkhealth to LuaJustin M. Keyes2
2026-04-19fix(drawline): hang while redrawing diff filler above fold #39219Jaehwang Jung1
2026-04-19feat(excmd): add EXX error codes for :lsp, :log #39135Olivia Kinnear1
2026-04-19feat(events): trigger MarkSet autocmd in :delmarks #39156Ashley Hauck1