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

Get rid of superflous check for system()

This commit is contained in:
Jan Larres
2011-02-15 19:18:09 +13:00
parent efe0cb3fdb
commit d66169f2d6

View File

@@ -22,11 +22,6 @@ if &cp || exists('g:loaded_tagbar')
endif
" Initialization {{{1
if !exists('*system')
echomsg 'Tagbar: No system() function available, skipping plugin'
finish
endif
if !exists('g:tagbar_ctags_bin')
if executable('ctags-exuberant')
let g:tagbar_ctags_bin = 'ctags-exuberant'