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 d532785 commit ce995c1Copy full SHA for ce995c1
autoload/lsp/ui/vim/folding.vim
@@ -31,7 +31,7 @@ function! s:set_textprops(buf) abort
31
silent! call prop_type_add(s:textprop_name, {'bufnr': a:buf})
32
33
" First, clear all markers from the previous run
34
- call prop_remove({'type': s:textprop_name, 'bufnr': a:buf})
+ call prop_remove({'type': s:textprop_name, 'bufnr': a:buf}, 1, line('$'))
35
36
" Add markers to each line
37
let l:i = 1
0 commit comments