yegappan / lsp

Language Server Protocol (LSP) plugin for Vim9
MIT License
458 stars 49 forks source link

Convert file path returned from LSP in Cygwin #432

Open matmatyk opened 8 months ago

matmatyk commented 8 months ago

Conversion in the other direction is performed below, in LspFileToUri function. This direction was missing and this PR adds that.