Skip to content

Commit

Permalink
Merge pull request #3654 from bhcleek/lsp/handleLocations-handler
Browse files Browse the repository at this point in the history
lsp: fix handleLocations next call
  • Loading branch information
bhcleek authored Mar 25, 2024
2 parents e39d7ee + e6e7893 commit 63b24d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/go/lsp.vim
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,7 @@ function! s:handleLocations(next, msg) abort
let l:result = add(l:result, l:item)
endfor

call call(a:next, [0, l:result, ''])
call call(a:next, [0, l:result])
endfunction

" go#lsp#Implementations calls gopls to get the implementations to the
Expand Down

0 comments on commit 63b24d5

Please sign in to comment.