Skip to content

Commit

Permalink
Add -bar to definition of :DetectIndent.
Browse files Browse the repository at this point in the history
This will allow to use the bar (`|`) after the command, which comes in
handy in a custom mapping.
  • Loading branch information
blueyed committed May 19, 2011
1 parent 86ceeec commit df1c48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/detectindent.vim
Expand Up @@ -187,5 +187,5 @@ fun! <SID>DetectIndent()
endif
endfun

command! -nargs=0 DetectIndent call <SID>DetectIndent()
command! -bar -nargs=0 DetectIndent call <SID>DetectIndent()

0 comments on commit df1c48c

Please sign in to comment.