summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional
AgeCommit message (Expand)AuthorFiles
2026-04-25fix(channel): stack-buffer-overflow with exit during connection (#39387)zeertzjq1
2026-04-24fix(lsp): handle self-mapped methods in supports_method #39383nightlyTristan Knight1
2026-04-24feat(tui): restore 'ttyfast' to control tty requests #38699Kyle2
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 #37729tao14
2026-04-24feat(api): nvim_echo(percent=nil) means "unknown" progress #39029Peter Cardenas1
2026-04-24test: curbuf initialized in describe-block #39365glepnir1
2026-04-24fix(lsp): more info in error msg, deduplicate test #39359Justin M. Keyes1
2026-04-24fix(trust): always use "/" slashes in filepaths #39355Justin M. Keyes3
2026-04-23fix(options): repair stale UI state after `:set all&` #39026Barrett Ruth2
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear3
2026-04-23refactor(test): deduplicate trust tests #39354Justin M. Keyes2
2026-04-23fix(lsp): handle null id in JSON-RPC responses #38340atusy1
2026-04-23fix(trust): hash unchanged empty buffers as empty files #39027Barrett Ruth2
2026-04-23fix(pack): only use tags that strictly comply with semver spec #39342Evgeni Chasnovski1
2026-04-23Merge pull request #39339 from bfredl/reunificationbfredl1
2026-04-23fix(build.zig): reunify parser install pathbfredl1
2026-04-23fix(lsp): callHierarchy/outgoingCalls ranges are relative to caller, not call...Ashley Hauck1
2026-04-23fix(lsp): filter code_action diagnostics to the cursor #38988Barrett Ruth1
2026-04-23fix(terminal): memory leak in pending TermRequest StringBuilder #39333Barrett Ruth1
2026-04-22ci: drop cirrus #39321Justin M. Keyes4
2026-04-22feat(treesitter): expand selection to sibling node #38938altermo1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes3
2026-04-22feat(eval): treat Lua string as "blob" in writefile() #39098Barrett Ruth1
2026-04-22fix(shada): bdelete'd buffers not stored in oldfiles #39070glepnir1
2026-04-22perf(lsp): clear table by table.clear() #39222Yi Ming1
2026-04-22fix(cmdline): avoid 'incsearch' recursion after redraw #39303luukvbaal1
2026-04-22fix(options): default 'titlestring' shows CWD #39233Nick Krichevsky2
2026-04-22fix(pack): GIT_DIR/GIT_WORK_TREE env vars may interfere #39279fleesk1
2026-04-22fix(cmd): ++p, ++edit should match "word" boundary #39146glepnir1
2026-04-22vim-patch:9.2.0356: Cannot apply 'scrolloff' context lines at end of filezeertzjq1
2026-04-22fix(incsearch): support `c_CTRL-{G,T}` with an offset (#39097)Barrett Ruth1
2026-04-22test(tui_spec): fix "Uncaught Error" with PUC Lua (#39288)zeertzjq1
2026-04-21fix(messages): "progress" kind for busy messages #39280luukvbaal2
2026-04-21Merge pull request #39076 from bfredl/zig0.16bfredl1
2026-04-21fix(:restart): reuse --listen addr on Windows #38539Sanzhar Kuandyk2
2026-04-21feat(normal): normal-mode ZR does :restartJustin M. Keyes1
2026-04-21fix(substitute): don't crash with very large count (#39272)zeertzjq1
2026-04-21fix(build): more changes to make zig 0.16.0 workbfredl1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes77
2026-04-20fix(ui2): don't dismiss expanded messages for non-typed key #39247luukvbaal1
2026-04-20fix(ui2): ensure msg window is visible after closing tabLuuk van Baal1
2026-04-20fix(api): expose fg_indexed/bg_indexed in nvim_get_hl #39210glepnir1
2026-04-20Merge #39194 from justinmk/luavimfnJustin M. Keyes2
2026-04-20fix(smoothscroll): crash when resizing to textoff with showbreakJaehwang Jung1
2026-04-19feat(options): add 'winpinned' to pin a window #39157luukvbaal2
2026-04-20fix(excmd): nlua_call_excmd require() failure is a "lua_error"Justin M. Keyes2
2026-04-19fix(drawline): hang while redrawing diff filler above fold #39219Jaehwang Jung1
2026-04-19feat(events): trigger MarkSet autocmd in :delmarks #39156Ashley Hauck1