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 4a3c2d3 commit 9441c97Copy full SHA for 9441c97
plugin/indent_guides.vim
@@ -20,9 +20,9 @@ function! s:IndentGuidesDisable()
20
endfunction
21
22
" Commands
23
-command! IndentGuidesToggle call s:IndentGuidesToggle()
24
-command! IndentGuidesEnable call s:IndentGuidesEnable()
25
-command! IndentGuidesDisable call s:IndentGuidesDisable()
+command! -bar IndentGuidesToggle call s:IndentGuidesToggle()
+command! -bar IndentGuidesEnable call s:IndentGuidesEnable()
+command! -bar IndentGuidesDisable call s:IndentGuidesDisable()
26
27
"
28
" Initializes a given variable to a given value. The variable is only
0 commit comments