1
0
mirror of https://github.com/gryf/tagbar.git synced 2026-02-03 06:45:51 +01:00

Add debugging functionality

This commit is contained in:
Jan Larres
2011-12-12 19:47:43 +13:00
parent 4cc123f3f2
commit 32d266a430
3 changed files with 125 additions and 1 deletions

View File

@@ -106,6 +106,8 @@ command! -nargs=0 TagbarOpenAutoClose call tagbar#OpenWindow('fc')
command! -nargs=0 TagbarClose call tagbar#CloseWindow()
command! -nargs=1 TagbarSetFoldlevel call tagbar#SetFoldLevel(<args>)
command! -nargs=0 TagbarShowTag call tagbar#OpenParents()
command! -nargs=? TagbarDebug call tagbar#StartDebug(<f-args>)
command! -nargs=0 TagbarDebugEnd call tagbar#StopDebug()
" Modeline {{{1
" vim: ts=8 sw=4 sts=4 et foldenable foldmethod=marker foldcolumn=1