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:'