Skip to content

Commit

Permalink
Improve notify behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
Shougo committed Jan 3, 2017
1 parent d68827d commit 6dca615
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion autoload/dein/install.vim
Expand Up @@ -1239,7 +1239,9 @@ function! s:notify(msg) abort
return
endif

call dein#util#_notify(a:msg)
if s:global_context.message_type ==# 'echo'
call dein#util#_notify(a:msg)
endif

call s:updates_log(msg)
let s:progress = join(msg, "\n")
Expand Down

0 comments on commit 6dca615

Please sign in to comment.