Skip to content

Commit 9441c97

Browse files
committed
Enable chaining :commands with :bar.
1 parent 4a3c2d3 commit 9441c97

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/indent_guides.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ function! s:IndentGuidesDisable()
2020
endfunction
2121

2222
" Commands
23-
command! IndentGuidesToggle call s:IndentGuidesToggle()
24-
command! IndentGuidesEnable call s:IndentGuidesEnable()
25-
command! IndentGuidesDisable call s:IndentGuidesDisable()
23+
command! -bar IndentGuidesToggle call s:IndentGuidesToggle()
24+
command! -bar IndentGuidesEnable call s:IndentGuidesEnable()
25+
command! -bar IndentGuidesDisable call s:IndentGuidesDisable()
2626

2727
"
2828
" Initializes a given variable to a given value. The variable is only

0 commit comments

Comments
 (0)