mirror of
https://github.com/preservim/tagbar.git
synced 2024-11-29 21:11:32 +08:00
Merge pull request #264 from h3xx/master
Fix vim-airline: Suppress status-line output when executing shell
This commit is contained in:
commit
399b75256a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user