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 51eb1f6 commit 36cc104Copy full SHA for 36cc104
autoload/lsp/internal/highlight_references.vim
@@ -76,7 +76,7 @@ function! s:set_highlights(data) abort
76
77
if mode() !=# 'n' | return | endif
78
79
- if lsp#client#is_error(a:data) | return | endif
+ if lsp#client#is_error(a:data['response']) | return | endif
80
81
" Get references from the response
82
let l:reference_list = a:data['response']['result']
0 commit comments