Autofocus the tagbar when it's triggered

This commit is contained in:
Kevin MacMartin 2014-08-26 12:21:04 -04:00
parent f8cce36327
commit 623918995d

View file

@ -180,6 +180,7 @@
let g:tagbar_compact=1
let g:tagbar_singleclick=1
let g:tagbar_width=35
let g:tagbar_autofocus=1
"}}}
"TCOMMAND: {{{