From c3f41cb2abeacc5e2dd1dbdc19f0d580e44f87b3 Mon Sep 17 00:00:00 2001 From: Jan Larres Date: Fri, 8 Apr 2011 03:39:58 +1200 Subject: [PATCH] Remove superfluous output line --- plugin/tagbar.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin/tagbar.vim b/plugin/tagbar.vim index f410034..a4a707e 100644 --- a/plugin/tagbar.vim +++ b/plugin/tagbar.vim @@ -1405,7 +1405,6 @@ function! s:ProcessFile(fname, ftype) if v:shell_error echoerr 'Tagbar: Could not execute ctags for ' . a:fname . '!' - echomsg 'Please run ctags manually to determine what the problem is.' echomsg 'Executed command: "' . ctags_cmd . '"' if !empty(ctags_output) echomsg 'Command output:'