Skip to content

Commit 8e849e1

Browse files
studiomeprabirshrestha
authored andcommitted
add line num args to prop_remove (#540)
1 parent 59daf85 commit 8e849e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/lsp/ui/vim/folding.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function! s:set_textprops(buf) abort
3131
silent! call prop_type_add(s:textprop_name, {'bufnr': a:buf})
3232

3333
" First, clear all markers from the previous run
34-
call prop_remove({'type': s:textprop_name, 'bufnr': a:buf})
34+
call prop_remove({'type': s:textprop_name, 'bufnr': a:buf}, 1, line('$'))
3535

3636
" Add markers to each line
3737
let l:i = 1

0 commit comments

Comments
 (0)