summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/ui.lua
AgeCommit message (Expand)AuthorFiles
2024-09-16fix(vim.ui.open): prefer xdg-open on WSL #30302Yi Ming1
2024-09-16fix(lua): ignore stdout and stderr for xdg-openAaron1
2024-07-09fix(lua): change some vim.fn.expand() to vim.fs.normalize() (#29583)zeertzjq1
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
2022-01-30docs: add example to vim.ui.select (#17241)dundargoc1
2021-11-07feat(ui): add vim.ui.input and use in lsp rename (#15959)Sebastian Lyng Johansen1
2021-10-31feat(ui): add `opt.kind` to `vim.ui.select` (#15838)Zachary Churchill1
2021-09-27fix(ui): s/format_entry/format_item to match docs (#15819)Mathias Fußenegger1
2021-09-27feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger1