1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 19:40:27 +01:00

Explicitly load plugin file if necessary

This commit is contained in:
Jan Larres
2012-06-19 16:49:55 +12:00
parent 5ee3143b5a
commit 2e0d125b79

View File

@@ -22,6 +22,12 @@ scriptencoding utf-8
" Initialization {{{1
" If another plugin calls an autoloaded Tagbar function on startup before the
" plugin/tagbar.vim file got loaded, load it explicitly
if exists(':Tagbar') == 0
runtime plugin/tagbar.vim
endif
" Basic init {{{2
if !exists('g:tagbar_ctags_bin')