mirror of
https://github.com/Yggdroot/indentLine.git
synced 2026-08-01 21:50:33 +08:00
Add -bar to IndentLinesToggle command definition (#378)
Co-authored-by: Paul Weaver <paul@articulate.software>
This commit is contained in:
co-authored by
Paul Weaver
parent
2dc5110cb5
commit
d15d63bf9c
@@ -442,7 +442,7 @@ augroup END
|
|||||||
|
|
||||||
"{{{1 commands
|
"{{{1 commands
|
||||||
command! -nargs=? IndentLinesReset call s:ResetWidth(<f-args>)
|
command! -nargs=? IndentLinesReset call s:ResetWidth(<f-args>)
|
||||||
command! IndentLinesToggle call s:IndentLinesToggle()
|
command! -bar IndentLinesToggle call s:IndentLinesToggle()
|
||||||
if g:indentLine_newVersion
|
if g:indentLine_newVersion
|
||||||
command! -bar IndentLinesEnable let b:indentLine_enabled = 1 | call s:IndentLinesEnable()
|
command! -bar IndentLinesEnable let b:indentLine_enabled = 1 | call s:IndentLinesEnable()
|
||||||
command! -bar IndentLinesDisable let b:indentLine_enabled = 0 | call s:IndentLinesDisable()
|
command! -bar IndentLinesDisable let b:indentLine_enabled = 0 | call s:IndentLinesDisable()
|
||||||
|
|||||||
Reference in New Issue
Block a user