Skip to content

Commit 24a1995

Browse files
committed
Add scrollview_disable_sign_group to autoload/scrollview.vim
1 parent e1d5144 commit 24a1995

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

autoload/scrollview.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,10 @@ let g:scrollview_echo_string = v:null
326326
let g:scrollview_init_mouse_primary = g:scrollview_mouse_primary
327327
let g:scrollview_init_mouse_secondary = g:scrollview_mouse_secondary
328328

329+
" Stores the sign group that should be disabled (from right-clicking a sign,
330+
" clicking the group name, then selecting 'disable').
331+
let g:scrollview_disable_sign_group = v:null
332+
329333
" *************************************************
330334
" * Versioning
331335
" *************************************************

0 commit comments

Comments
 (0)