summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/ui.lua
AgeCommit message (Expand)AuthorFiles
2026-04-18docs: misc #39045Justin M. Keyes1
2026-04-01docs: misc #38584Justin M. Keyes1
2026-03-28docs: news #38464Justin M. Keyes1
2026-03-26refactor(progress): simplify progress-status format #38491Shadman1
2026-03-24fix(progress): show progress-status only in curwin #38458Shadman1
2026-03-20docs: miscJustin M. Keyes1
2026-03-20feat(progress): status api, 'statusline' integration #35428Shadman1
2026-02-19fix(defaults): silent `gx` if no `textDocument/documentLink` support #37969Evgeni Chasnovski1
2026-02-16feat(lsp): support `textDocument/documentLink` (#37644)Maria Solano1
2026-01-27feat(health): check `vim.ui.open()` tool #37569skewb1k1
2025-11-30fix(ui.open): use "start" instead of deprecated "rundll32" #36731ymich99631
2025-06-18docs(ui): type annotations for options #33983Yi Ming1
2025-06-17fix(docs): callback annotation for `vim.ui.input` #34507Maria José Solano1
2025-02-28docs(Open): add reference in documentation (#32678)Luca Saccarola1
2024-10-31fix: another round of type annotation fixesLewis Russell1
2024-10-22fix(lsp): support multiple clients in typehierarchyLewis Russell1
2024-10-21feat(vim.validate): improve fast form and deprecate spec formLewis Russell1
2024-10-18feat(vim.ui.open): support lemonade #30845Uthman Mohamed1
2024-10-17perf(validate): use lighter versionLewis Russell1
2024-09-16feat(vim.ui): configurable "gx" / vim.ui.open() toolMatěj Cepl1
2024-09-07fix(vim.ui.open): prefer xdg-open on WSL #30302Yi Ming1
2024-09-01feat(treesitter)!: default to correct behavior for quantified captures (#30193)Gregory Anders1
2024-09-01fix(ui): correctly pass metadata to get_node_text #30222Gregory Anders1
2024-08-31feat(ui): gx: use url extmark attribute and tree-sitter directive (#30192)Gregory Anders1
2024-08-12fix(lua): ignore stdout and stderr for xdg-openAaron1
2024-07-09fix(lua): change some vim.fn.expand() to vim.fs.normalize() (#29583)zeertzjq1
2024-06-28refactor: use `vim._with` where possibledundargoc1
2024-06-03fix(gx): allow `@` in urldundargoc1
2024-05-24feat: allow gx to function for markdown linksdundargoc1
2024-05-03fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes1
2024-04-25fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes1
2024-04-20fix(vim.ui.open): try wslview before explorer.exe #28424Justin M. Keyes1
2024-04-15fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes1
2024-02-25refactor(types): fix miscellaneous type warningsMaria José Solano1
2024-02-20fix(vim.ui.open): use explorer.exe instead of wslview #26947Vu Nhat Chuong1
2023-12-30refactor: fix luals warningsdundargoc1
2023-09-14docs: replace <pre> with ``` (#25136)Gregory Anders1
2023-09-05refactor(vim.system): factor out on_exit handlingLewis Russell1
2023-07-21fix(ui.open): some URLs fail on Windowsmarshmallow1
2023-07-05fix(vim.ui.open): return (don't show) error messageJustin M. Keyes1
2023-07-04fix(gx): visual selection, expand env varsJustin M. Keyes1
2023-07-04feat(vim.ui): vim.ui.open, "gx" without netrwmarshmallow1
2023-02-22docs: naming conventions, guidelinesJustin M. Keyes1
2022-12-02docs(gen): support language annotation in docstringsChristian Clason1
2022-11-12fix: vim.ui.input always calls callback #21006Steven Arcangeli1
2022-11-08fix(vim.ui.input): return empty string when inputs nothing (#20883)Jongwook Choi1
2022-06-28fix(vim.ui.input): accept nil or empty "opts" #191090x74696d6d791
2022-05-09chore: format runtime with styluaChristian Clason1
2022-04-15docs: typo fixes (#17859)dundargoc1
2022-02-08chore: fix typos (#17250)dundargoc1