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
commit 399b75256a

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'