]> Sergey Matveev's repositories - vim-lsp.git/commit
Fix util#LspUriToFile with handler#processDocSymbolReply
authorIndelog <maxime@indelog.fr>
Mon, 8 Nov 2021 14:25:22 +0000 (15:25 +0100)
committerIndelog <maxime@indelog.fr>
Thu, 11 Nov 2021 14:51:28 +0000 (15:51 +0100)
commitf7331927a44e08a0ff341e1c4088dd2076422690
treea2271732c8c5e0ba41af7b37ce8e727ea4e43505
parent90fe4bfc5f7364bb4443015d5f7fe14f482d9d31
Fix util#LspUriToFile with handler#processDocSymbolReply

When get handler#processDocSymbol, textDocument.uri does not begin with
'file://', so util#LspUriToFile truncate the file name.
autoload/util.vim