mirror of
https://github.com/neovim/neovim.git
synced 2026-01-21 20:52:55 +10:00
Problem: Some LSP servers return `textDocument/documentLink` responses
containing file URIs with line/column numbers in the fragment.
`vim.uri_to_fname` returns invalid file names for these URIs.
Solution: Remove the URI fragment from file URIs.
3.6 KiB
3.6 KiB