aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/ui.lua
Commit message (Expand)AuthorAge
* fix: another round of type annotation fixesLewis Russell2024-10-31
* fix(lsp): support multiple clients in typehierarchyLewis Russell2024-10-22
* feat(vim.validate): improve fast form and deprecate spec formLewis Russell2024-10-21
* feat(vim.ui.open): support lemonade #30845Uthman Mohamed2024-10-18
* perf(validate): use lighter versionLewis Russell2024-10-17
* feat(vim.ui): configurable "gx" / vim.ui.open() toolMatěj Cepl2024-09-16
* fix(vim.ui.open): prefer xdg-open on WSL #30302Yi Ming2024-09-07
* feat(treesitter)!: default to correct behavior for quantified captures (#30193)Gregory Anders2024-09-01
* fix(ui): correctly pass metadata to get_node_text #30222Gregory Anders2024-09-01
* feat(ui): gx: use url extmark attribute and tree-sitter directive (#30192)Gregory Anders2024-08-31
* fix(lua): ignore stdout and stderr for xdg-openAaron2024-08-12
* fix(lua): change some vim.fn.expand() to vim.fs.normalize() (#29583)zeertzjq2024-07-09
* refactor: use `vim._with` where possibledundargoc2024-06-28
* fix(gx): allow `@` in urldundargoc2024-06-03
* feat: allow gx to function for markdown linksdundargoc2024-05-24
* fix(vim.ui)!: change open() to return `result|nil, errmsg|nil` #28612Justin M. Keyes2024-05-03
* fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes2024-04-25
* fix(vim.ui.open): try wslview before explorer.exe #28424Justin M. Keyes2024-04-20
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* refactor(types): fix miscellaneous type warningsMaria José Solano2024-02-25
* fix(vim.ui.open): use explorer.exe instead of wslview #26947Vu Nhat Chuong2024-02-20
* refactor: fix luals warningsdundargoc2023-12-30
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* refactor(vim.system): factor out on_exit handlingLewis Russell2023-09-05
* fix(ui.open): some URLs fail on Windowsmarshmallow2023-07-21
* fix(vim.ui.open): return (don't show) error messageJustin M. Keyes2023-07-05
* fix(gx): visual selection, expand env varsJustin M. Keyes2023-07-04
* feat(vim.ui): vim.ui.open, "gx" without netrwmarshmallow2023-07-04
* docs: naming conventions, guidelinesJustin M. Keyes2023-02-22
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* fix: vim.ui.input always calls callback #21006Steven Arcangeli2022-11-12
* fix(vim.ui.input): return empty string when inputs nothing (#20883)Jongwook Choi2022-11-08
* fix(vim.ui.input): accept nil or empty "opts" #191090x74696d6d792022-06-28
* chore: format runtime with styluaChristian Clason2022-05-09
* docs: typo fixes (#17859)dundargoc2022-04-15
* chore: fix typos (#17250)dundargoc2022-02-08
* docs: add example to vim.ui.select (#17241)dundargoc2022-01-30
* feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen2021-11-07
* feat(ui): add `opt.kind` to `vim.ui.select` (#15838)Zachary Churchill2021-10-31
* fix(ui): s/format_entry/format_item to match docs (#15819)Mathias Fußenegger2021-09-27
* feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger2021-09-27