aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/uri.lua
Commit message (Expand)AuthorAge
* docs: fix type warningsMaria José Solano2023-09-23
* fix(loader): cache path ambiguity #24491Tyler Miller2023-08-01
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* fix(lint): lint warnings #24226Raphael2023-07-10
* refactor: remove modelines from Lua filesGregory Anders2023-04-13
* docs(uri): number → integer (#22515)Jaehwang Jung2023-03-04
* chore: format runtime with styluaChristian Clason2022-05-09
* fix(uri): change scheme pattern to not include the comma character (#16797)Dmytro Meleshko2021-12-26
* fix(uri): use valid EmmyLua annotations (#16359)Mathias Fußenegger2021-11-18
* fix: correctly capture uri scheme on windows (#16027)Michael Lingelbach2021-10-15
* docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* feat(vim.uri): Allow URI schemes other than file: without authorityTom Payne2021-07-10
* fix(lsp): accept file URIs without a hostnameAlessandro Pezzoni2021-07-10
* doc: Add docs for uri functions (#12887)TJ DeVries2020-09-14
* Change uri_to_fname to not convert non-file URIs (#12351)Mathias Fußenegger2020-05-22
* LSP: Avoid URI-to-fname conversion for non-file URIs #12243Mathias Fußenegger2020-05-04
* vim.uri: fix uri_to_fname (#12059)Hirokazu Hata2020-03-30
* Add vim.uri_to_bufnrAshkan Kiani2019-11-20
* lua LSP client: initial implementation (#11336)Ashkan Kiani2019-11-13