mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
Include declarations getting references (#1523)
This commit is contained in:
@@ -37,7 +37,7 @@ endfunction
|
||||
|
||||
function! lsp#ui#vim#references(ctx) abort
|
||||
let l:ctx = extend({ 'jump_if_one': 0 }, a:ctx)
|
||||
let l:request_params = { 'context': { 'includeDeclaration': v:false } }
|
||||
let l:request_params = { 'context': { 'includeDeclaration': v:true } }
|
||||
call s:list_location('references', l:ctx, l:request_params)
|
||||
endfunction
|
||||
|
||||
|
||||
Reference in New Issue
Block a user