summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua
AgeCommit message (Expand)AuthorFiles
2026-02-13fix: wait() checks condition twice on each interval (#37837)zeertzjq1
2026-02-12feat(iter): peek(), skip(predicate) for non-list iterators #37604Elijah Koulaxis1
2026-02-12docs: lsp, options, promptbufJustin M. Keyes2
2026-02-11feat(stdlib): vim.json.decode() can allow comments #37795skewb1k1
2026-02-10feat(lua): add `Iter:unique()` (#37592)Olivia Kinnear1
2026-02-10fix(vim.fs): make `rm()` work with symlink to a directoryEvgeni Chasnovski1
2026-02-01fix(lua): close vim.defer_fn() timer if vim.schedule() failed (#37647)zeertzjq1
2026-01-28fix(tui): log chdir failure properly #37591zeertzjq2
2026-01-26fix(ui): only internal messages are unsafe #37462luukvbaal1
2026-01-12fix(glob): handle numeric literals in pattern matching (#37257)Tristan Knight1
2026-01-12docs: misc (#37281)zeertzjq1
2026-01-11fix(lua): vim._with() doesn't save boolean options properly (#37354)zeertzjq1
2026-01-08test(buffer_updates_spec): move on_detach tests to its block (#37297)zeertzjq1
2026-01-04fix(diagnostic): display 1-based related information line/col numbers (#37093)Robert Muir1
2026-01-02fix(diagnostic): check for extmark in get_logical_pos #37127Kira Kawai1
2025-12-30fix(diagnostic): unstable sorting by severity #37154glepnir1
2025-12-30build: move shared.lua to _core/Justin M. Keyes1
2025-12-20docs(lua): iInconsistent vim.keymap param name #37026Bryan Turns1
2025-12-10fix(lua): relax `vim.wait()` timeout validation #36900skewb1k1
2025-12-09fix(lua): vim.wait(math.huge) fails #36885skewb1k1
2025-12-01fix(msgpack): use fixstr encoding for strings of length 20-31 #36737benarcher26911
2025-11-25feat(diagnostic): config.status #36693Maria Solano1
2025-11-25feat(diagnostic): highlights in diagnostic.status() #36685Riley Bruins1
2025-11-22refactor: deduplicate testJustin M. Keyes1
2025-11-20fix(api): on_bytes gets stale data on :substitute #36487Riccardo Mazzarini1
2025-11-19fix(vim.net): filetype detection, mark unmodified #36297Michele Sorcinelli1
2025-11-20fix(input): discard following keys when discarding <Cmd>/K_LUA (#36498)zeertzjq1
2025-11-17feat(diagnostics): stack DiagnosticUnnecessary,DiagnosticDeprecated highlight...Grzegorz Rozdzialik1
2025-11-16fix(vim.fs): abspath(".") returns "/…/." #36583Justin M. Keyes1
2025-11-16fix(vim.fs): root() should always return absolute path #36466Cameron Ring1
2025-10-28fix(filetype): move fallback logic to vim.filetype.match() #30141Jonny Kong1
2025-10-23fix(filetype): handle invalid `bufnr` in _getlines(), _getline() #36272xvzc1
2025-10-21feat(vimscript): log function name in "fast" message #32616Matthieu Coudron1
2025-10-12fix(help): wrong tag url in third-party help docs #36115Yochem van Rosmalen1
2025-10-08vim-patch:9.1.1817: popup: there are some position logic bugs (#36075)zeertzjq1
2025-09-24test: remove a few more redundant clear() calls (#35903)zeertzjq3
2025-09-24test(lua/secure_spec): clean up properly (#35902)zeertzjq1
2025-09-24test: don't call clear() in both before_each() and after_each() (#35901)zeertzjq4
2025-09-15feat(help): gx opens help tag in web browser #35778Yochem van Rosmalen1
2025-09-15build(ci): bump zig to 0.15.1 and add more platformsbfredl2
2025-09-13feat(json): vim.json.encode() sort_keys #35574skewb1k1
2025-09-07feat(json): pretty-format (indent) with vim.json.encode() #35424skewb1k1
2025-09-03docs: lsp, miscJustin M. Keyes1
2025-09-03fix(window): avoid referencing cmdline_win after it is closed #35617luukvbaal1
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-24docs: misc #35459Justin M. Keyes3
2025-08-19feat(snippet): highlight active tabstop (#35378)TheBlob421
2025-08-17feat(ssh): SSH configuration parser #35027Siddhant Agarwal1
2025-08-17fix(api): on_detach consistently before buf_freeall autocmdsSean Dewar1