1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 03:50:26 +01:00

Add Tagbar command as alias for TagbarToggle, closes #151

This commit is contained in:
Jan Larres
2013-06-25 18:12:25 +12:00
parent 82a932406f
commit dacf4f273e
2 changed files with 3 additions and 1 deletions

View File

@@ -109,6 +109,7 @@ augroup TagbarSession
augroup END
" Commands {{{1
command! -nargs=0 Tagbar call tagbar#ToggleWindow()
command! -nargs=0 TagbarToggle call tagbar#ToggleWindow()
command! -nargs=? TagbarOpen call tagbar#OpenWindow(<f-args>)
command! -nargs=0 TagbarOpenAutoClose call tagbar#OpenWindow('fcj')