We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c4390 commit 3c42f25Copy full SHA for 3c42f25
autoload/lsp/utils/location.vim
@@ -116,7 +116,7 @@ function! lsp#utils#location#_lsp_to_vim_list(loc) abort
116
endif
117
endfor
118
else " Location or LocationLink
119
- 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)
120
if !empty(l:vim_loc) " https:// uri will return empty
121
call add(l:result, l:vim_loc)
122
0 commit comments