mirror of
https://github.com/neovim/neovim.git
synced 2025-11-11 04:55:33 +00: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.