Skip to content

Commit 8b9267b

Browse files
author
Dima Chechetkin
committed
enables vim-signs
1 parent d118ddb commit 8b9267b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

autoload/lsp/ui/vim/signs.vim

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,10 @@ let s:sign_ids = {}
5050
echom 'calculated id: ' . l:sign_id
5151
endif
5252
try
53-
echom 'lines: ' . a:lines['lnum']
5453

5554
let l:command = 'sign place ' . l:sign_id
5655
\ . ' line=' . a:lines['lnum']
57-
\ . ' name=' . a:name
56+
\ . ' name=' . a:sign_name
5857
\ . ' file=' . a:path
5958
catch
6059
echom v:exception

0 commit comments

Comments
 (0)