summaryrefslogtreecommitdiffstatshomepage
path: root/runtime/lua/vim/uri.lua
AgeCommit message (Expand)AuthorFiles
2026-03-13refactor: rename _ensure_integer => _assert_integerJustin M. Keyes1
2026-03-12refactor: integer functions, optimize asserts #34112Lewis Russell1
2025-01-27fix: resolve all remaining LuaLS diagnosticsLewis Russell1
2024-12-11fix(uri): uri_encode encodes brackets incorrectly for RFC2732 #31284Jonny Kong1
2024-02-28fix(lua): remove uri fragment from file paths (#27647)Ilia Choly1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell1
2024-02-06docs: small fixes (#27213)dundargoc1
2023-09-23docs: fix type warningsMaria José Solano1
2023-08-01fix(loader): cache path ambiguity #24491Tyler Miller1
2023-07-18docs(lua): more improvements (#24387)Lewis Russell1
2023-07-10fix(lint): lint warnings #24226Raphael1
2023-04-13refactor: remove modelines from Lua filesGregory Anders1
2023-03-04docs(uri): number → integer (#22515)Jaehwang Jung1
2022-05-09chore: format runtime with styluaChristian Clason1
2021-12-26fix(uri): change scheme pattern to not include the comma character (#16797)Dmytro Meleshko1
2021-11-18fix(uri): use valid EmmyLua annotations (#16359)Mathias Fußenegger1
2021-10-15fix: correctly capture uri scheme on windows (#16027)Michael Lingelbach1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders1
2021-07-10feat(vim.uri): Allow URI schemes other than file: without authorityTom Payne1
2021-07-10fix(lsp): accept file URIs without a hostnameAlessandro Pezzoni1
2020-09-14doc: Add docs for uri functions (#12887)TJ DeVries1
2020-05-22Change uri_to_fname to not convert non-file URIs (#12351)Mathias Fußenegger1
2020-05-04LSP: Avoid URI-to-fname conversion for non-file URIs #12243Mathias Fußenegger1
2020-03-30vim.uri: fix uri_to_fname (#12059)Hirokazu Hata1
2019-11-20Add vim.uri_to_bufnrAshkan Kiani1
2019-11-13lua LSP client: initial implementation (#11336)Ashkan Kiani1