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.
2 parents e781beb + 19090fe commit e0f8324Copy full SHA for e0f8324
autoload/lsp/ui/vim/references.vim
@@ -221,5 +221,6 @@ function! lsp#ui#vim#references#jump(offset) abort
221
222
" Jump
223
let l:target = w:lsp_reference_positions[l:index][0:1]
224
- silent exec 'normal! ' . l:target[0] . 'G' . l:target[1] . '|'
+ normal! m`
225
+ call cursor(l:target[0], l:target[1])
226
endfunction
0 commit comments