1
0
mirror of https://github.com/gryf/tagbar.git synced 2025-12-18 03:50:26 +01:00

Merge pull request #264 from h3xx/master

Fix vim-airline: Suppress status-line output when executing shell
This commit is contained in:
Jan Larres
2015-05-10 18:40:25 +12:00

View File

@@ -3665,7 +3665,7 @@ function! s:ExecuteCtags(ctags_cmd) abort
call s:debug(v:statusmsg)
redraw!
else
let ctags_output = system(a:ctags_cmd)
silent let ctags_output = system(a:ctags_cmd)
endif
if &shell =~ 'cmd\.exe'