mirror of
https://github.com/neovim/neovim.git
synced 2026-01-07 11:57:56 +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.