summaryrefslogtreecommitdiffstatshomepage
path: root/test
AgeCommit message (Expand)AuthorFiles
2026-04-25ci: ensure full sanitizer logs are shown in CI #39361HEADmasterJustin M. Keyes1
2026-04-25fix(channel): stack-buffer-overflow with exit during connection (#39387)zeertzjq1
2026-04-25test: add finally() to meta file (#39388)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 #37729tao18
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-24vim-patch:9.2.0390: filetype: some Beancount files are not recognized (#39360)zeertzjq1
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-23vim-patch:9.2.0383: [security]: runtime(netrw): shell-injection via sftp: and...zeertzjq1
2026-04-23vim-patch:9.2.0367: runtime(netrw): ~ note expanded on MS Windowszeertzjq1
2026-04-23vim-patch:9.2.0302: runtime(netrw): RFC2396 decoding double escaping spaceszeertzjq1
2026-04-23vim-patch:9.2.0281: tests: Test_netrw_FileUrlEdit.. fails on Windowszeertzjq1
2026-04-23vim-patch:3e60f03: runtime(netrw): use fnameescape() with FileUrlEdit()zeertzjq1
2026-04-23vim-patch:9.2.0089: netrw: does not take port into account in hostname valida...zeertzjq1
2026-04-23vim-patch:9.2.0073: [security]: possible command injection using netrwzeertzjq1
2026-04-23vim-patch:9.2.0037: netrw: need better tests for absolute pathszeertzjq1
2026-04-23vim-patch:a2d87ba: runtime(netrw): Use right file system commands initializat...zeertzjq1
2026-04-22ci: drop cirrus #39321Justin M. Keyes7
2026-04-22feat(treesitter): expand selection to sibling node #38938altermo1
2026-04-22feat(:restart): v:starttime, v:exitreason #39282Justin M. Keyes4
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 filezeertzjq5
2026-04-22vim-patch:9.2.0385: Integer overflow with "ze" and large 'sidescrolloff' (#39...zeertzjq1
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-22test(tui_spec): fix "Uncaught Error" with PUC Lua (#39288)zeertzjq1
2026-04-21fix(messages): "progress" kind for busy messages #39280luukvbaal3
2026-04-21Merge pull request #39076 from bfredl/zig0.16bfredl2