mirror of
https://github.com/preservim/vim-indent-guides.git
synced 2025-11-10 10:53:47 -05:00
Enable chaining :commands with :bar.
This commit is contained in:
@@ -20,9 +20,9 @@ function! s:IndentGuidesDisable()
|
|||||||
endfunction
|
endfunction
|
||||||
|
|
||||||
" Commands
|
" Commands
|
||||||
command! IndentGuidesToggle call s:IndentGuidesToggle()
|
command! -bar IndentGuidesToggle call s:IndentGuidesToggle()
|
||||||
command! IndentGuidesEnable call s:IndentGuidesEnable()
|
command! -bar IndentGuidesEnable call s:IndentGuidesEnable()
|
||||||
command! IndentGuidesDisable call s:IndentGuidesDisable()
|
command! -bar IndentGuidesDisable call s:IndentGuidesDisable()
|
||||||
|
|
||||||
"
|
"
|
||||||
" Initializes a given variable to a given value. The variable is only
|
" Initializes a given variable to a given value. The variable is only
|
||||||
|
|||||||
Reference in New Issue
Block a user