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 00ece5b commit d118ddbCopy full SHA for d118ddb
autoload/lsp/ui/vim/signs.vim
@@ -50,7 +50,7 @@ let s:sign_ids = {}
50
echom 'calculated id: ' . l:sign_id
51
endif
52
try
53
- echom 'lines: ' . a:lines
+ echom 'lines: ' . a:lines['lnum']
54
55
let l:command = 'sign place ' . l:sign_id
56
\ . ' line=' . a:lines['lnum']
0 commit comments