mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
committed by
Prabir Shrestha
parent
13c439051c
commit
3c42f25540
@@ -116,7 +116,7 @@ function! lsp#utils#location#_lsp_to_vim_list(loc) abort
|
||||
endif
|
||||
endfor
|
||||
else " Location or LocationLink
|
||||
let l:vim_loc = s:lsp_location_item_to_vim(l:location, l:cache)
|
||||
let l:vim_loc = s:lsp_location_item_to_vim(a:loc, l:cache)
|
||||
if !empty(l:vim_loc) " https:// uri will return empty
|
||||
call add(l:result, l:vim_loc)
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user