summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua
AgeCommit message (Expand)AuthorFiles
2026-04-24fix(trust): always use "/" slashes in filepaths #39355Justin M. Keyes1
2026-04-23feat(excmd): add :uptime command #39331Olivia Kinnear1
2026-04-23refactor(test): deduplicate trust tests #39354Justin M. Keyes1
2026-04-23fix(trust): hash unchanged empty buffers as empty files #39027Barrett Ruth1
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes7
2026-04-18fix(lua): make `vim._with()` work with `buf=0` and `win=0` context #39151Evgeni Chasnovski1
2026-04-18fix(vim.filetype): match() fails if g:ft_ignore_pat is not defined #39158Evgeni Chasnovski1
2026-04-17perf(vim.fn): call Lua-implemented vim.fn.xx() directly #39166Justin M. Keyes1
2026-04-15refactor: update usages of deprecated "buffer" param #39089Justin M. Keyes2
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-04-15refactor(diagnostic): split diagnostic moduleLewis Russell1
2026-04-15test: replace busted with local harnessLewis Russell3
2026-04-15fix(lua): make vim.deep_equal cycle-safeLewis Russell1
2026-04-10feat(snippet): support multiple sessions #29340Maria Solano1
2026-04-10feat(vim.net): custom request() headers #38837Ellison1
2026-04-09fix(messages): truncate warning messages only in display (#38901)zeertzjq1
2026-04-08feat(vim.version): add __eq to vim.VersionRange #38881ngicks1
2026-04-06fix(diagnostic): virtual_lines should anchor at end_lnum, not lnum #38701glepnir1
2026-04-06feat(vim.pos)!: require `buf` param on vim.pos, vim.range #38665Luis Calle2
2026-04-05fix(net): handle remote archive URLs via tar/zip browse #38744Tom Ampuero1
2026-04-01docs: misc (#38578)zeertzjq1
2026-03-29test: failing "treesitter.get_parser() returns nil for >= 0.12"Justin M. Keyes1
2026-03-29feat: extend vim.Pos, vim.Range #36397Luis Calle2
2026-03-29test: fix s390x failuresJustin M. Keyes1
2026-03-23feat(net): vim.net.request(outbuf) writes response to buffer #36164Yochem van Rosmalen1
2026-03-23fix(lua): drop support for boolean `buf` in `vim.keymap` #38432skewb1k1
2026-03-21fix(mpack): boundary values for negative integer encoding #37255benarcher26911
2026-03-21feat(lua): replace `buffer` with `buf` in vim.keymap.set/del #38360skewb1k1
2026-03-20feat(stdlib): vim.fs.ext() returns file extension #36997Yochem van Rosmalen1
2026-03-18fix(options): vim.opt fails for 'fillchars' #37141Juan Pablo Briones1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2026-03-16fix(diagnostic): open_float() handles config.float function #31577glepnir1
2026-03-13fix(normal): crash using :norm from vim.ui_attach shell message event #38283luukvbaal1
2026-03-13feat(diagnostic): custom status format function #36696Oleh Volynets1
2026-03-12docs: use "ev" convention in event-handlersJustin M. Keyes2
2026-03-12test: fs_spec fails if home is a symlink #38258Willaaaaaaa1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes2
2026-03-08fix(api): merge split window config only on successSean Dewar1
2026-02-27fix(vim.fs): joinpath() should ignore empty items #38077Yochem van Rosmalen1
2026-02-25feat(secure): allow 'path' parameter for trust action 'allow' (#38001)anondeveg1
2026-02-24fix(messages): unwanted ext_messages newlines for confirm() #38045luukvbaal1
2026-02-21test(ui): failure in lua/ui_spec.lua in headless OS (no GUI) #37975wjyoung651
2026-02-18test: support running functionaltests in parallel by directory (#37918)zeertzjq2
2026-02-17test: don't run test cases directly in describe() (#37915)zeertzjq1
2026-02-16fix(messages): message not flushed at end of command #37904luukvbaal1
2026-02-16feat(lua): support vim.Range:has(vim.pos) #37879Maria Solano1
2026-02-15fix(prompt): wrong changed lnum in init_promptSean Dewar1
2026-02-15fix(prompt): prompt_setprompt does not adjust extmarks, no on_bytesSean Dewar1
2026-02-15fix(prompt): wrong cursor col after prompt_setprompt, no on_linesSean Dewar1
2026-02-14feat(diagnostic): fromqflist({merge_lines}) #37416Dmytro Pletenskyi1