From d66169f2d65e481d561547af05bb786e390f323f Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Tue, 15 Feb 2011 19:18:09 +1300 Subject: [PATCH] Get rid of superflous check for system() --- plugin/tagbar.vim | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index 741410b..a570999 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -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'