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 8b9267b commit dc5f16dCopy full SHA for dc5f16d
autoload/lsp/ui/vim/signs.vim
@@ -45,6 +45,8 @@ let s:sign_ids = {}
45
if !has_key(s:sign_ids[a:path], l:index)
46
let l:sign_id = l:index
47
let s:sign_ids[a:path][l:index] = a:sign_group
48
+ else
49
+ let l:index = l:index + 1
50
endif
51
endwhile
52
echom 'calculated id: ' . l:sign_id
0 commit comments