Skip to content

Commit 3c42f25

Browse files
sakuraiyutaprabirshrestha
authored andcommitted
Fix #651 (#652)
1 parent 13c4390 commit 3c42f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/lsp/utils/location.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ function! lsp#utils#location#_lsp_to_vim_list(loc) abort
116116
endif
117117
endfor
118118
else " Location or LocationLink
119-
let l:vim_loc = s:lsp_location_item_to_vim(l:location, l:cache)
119+
let l:vim_loc = s:lsp_location_item_to_vim(a:loc, l:cache)
120120
if !empty(l:vim_loc) " https:// uri will return empty
121121
call add(l:result, l:vim_loc)
122122
endif

0 commit comments

Comments
 (0)