]> Sergey Matveev's repositories - vim-lsp.git/commit
Adapt LspFileTorUri for Cygwin
authorPeter Jankuliak <p.jankuliak@gmail.com>
Mon, 8 May 2023 19:40:03 +0000 (20:40 +0100)
committerPeter Jankuliak <p.jankuliak@gmail.com>
Mon, 8 May 2023 20:02:53 +0000 (21:02 +0100)
commitdc3105e9c08f534a517fc95ada3219463cd675c2
treec604a3fd38b03c56fe9e1f4739226f18b872b941
parent1bf7e0496ab2d67e4a8a465cd93459c4eb2e201c
Adapt LspFileTorUri for Cygwin

Convert paths of the form "/cygdrive/c/foo/bar" to "c:/foo/bar" and paths of
the form "/home/pete/foo" to "C:/cygwin64/home/pete/foo"
autoload/lsp/util.vim