Files
neovim/runtime/doc
Chip Senkbeil c123b7245c refactor(path)!: support RFC3986 in path_with_url() #36564
Problem:
Nvim does not recognize URI scheme with numeric characters. While rare, there
are URIs that contain numbers (e.g. [ed2k://](https://en.wikipedia.org/wiki/Ed2k_URI_scheme))
and characters like `+` (e.g. `svn+ssh`). I use it in
[distant.nvim](https://github.com/chipsenkbeil/distant.nvim) to support
multiple, distinct connections using `distant+1234://` as the scheme.
Otherwise, if you open a file with the same name & path on two different
machines from the same Nvim instance, their buffer names will conflict
when just using `distant://`.

Solution:
Adds full support for detecting URI scheme per
[RFC3986](https://www.rfc-editor.org/rfc/rfc3986#section-3.1)
2025-11-15 13:40:01 -08:00
..
2025-09-16 11:41:36 +08:00
2025-09-28 20:57:59 -07:00
2025-07-10 21:50:46 -04:00
2025-10-24 02:14:29 +02:00
2024-05-15 23:19:26 +02:00
2025-04-27 15:44:11 -07:00
2025-10-24 17:24:51 -07:00
2023-06-25 17:14:28 +02:00
2025-06-14 17:24:36 +02:00
2025-09-28 20:57:59 -07:00
2025-01-03 08:29:36 -08:00