Skip to content

Commit 8024ac5

Browse files
add retrieved definition message
1 parent 43770c3 commit 8024ac5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

autoload/lsp/ui/vim.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ function! s:handle_location(ctx, server, type, data) abort "ctx = {counter, list
337337
let l:buffer = bufnr(l:loc['filename'])
338338
let l:cmd = l:buffer !=# -1 ? 'b ' . l:buffer : 'edit ' . l:loc['filename']
339339
execute l:cmd . ' | call cursor('.l:loc['lnum'].','.l:loc['col'].')'
340+
echo 'Retrieved ' . a:type
340341
redraw
341342
else
342343
call setqflist(a:ctx['list'])

0 commit comments

Comments
 (0)