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