diff --git a/autoload/tagbar.vim b/autoload/tagbar.vim index 572de9e..2bb123c 100644 --- a/autoload/tagbar.vim +++ b/autoload/tagbar.vim @@ -1092,6 +1092,8 @@ function! s:CtagsErrMsg(errmsg, infomsg, silent, ...) abort for line in split(ctags_output, '\n') echomsg line endfor + else + echomsg 'Command output is empty.' endif endif endfunction