mirror of
https://github.com/neovim/neovim.git
synced 2025-09-11 13:58:18 +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.