We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d5144 commit 24a1995Copy full SHA for 24a1995
autoload/scrollview.vim
@@ -326,6 +326,10 @@ let g:scrollview_echo_string = v:null
326
let g:scrollview_init_mouse_primary = g:scrollview_mouse_primary
327
let g:scrollview_init_mouse_secondary = g:scrollview_mouse_secondary
328
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
+
333
" *************************************************
334
" * Versioning
335
0 commit comments