diff --git a/after/plugin/indentLine.vim b/after/plugin/indentLine.vim index 82c5764..72ee8af 100644 --- a/after/plugin/indentLine.vim +++ b/after/plugin/indentLine.vim @@ -442,7 +442,7 @@ augroup END "{{{1 commands command! -nargs=? IndentLinesReset call s:ResetWidth() -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()