1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-17 11:30:28 +01:00

Remove superfluous output line

This commit is contained in:
Jan Larres
2011-04-08 03:39:58 +12:00
parent df31cc81cd
commit c3f41cb2ab

View File

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