mirror of
https://github.com/neovim/neovim.git
synced 2026-05-26 14:58:28 +00:00
Problem: `gf` and `<cfile>` treat `file:/absolute/path` as a literal path and open `file:/...` instead of the local file. Solution: Strip the local `file:` prefix before path resolution in the hyperlink path code.