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:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user