diff --git a/bundle/vim-chat/autoload/chat/gitter.vim b/bundle/vim-chat/autoload/chat/gitter.vim index bc202aaab..6d51f76ff 100644 --- a/bundle/vim-chat/autoload/chat/gitter.vim +++ b/bundle/vim-chat/autoload/chat/gitter.vim @@ -119,6 +119,13 @@ function! s:fetch(roomid) abort \ 'jobid' : jobid, \ 'response' : [], \ } + call chat#windows#push({ + \ 'user' : '--->', + \ 'username' : '--->', + \ 'room' : room, + \ 'msg' : 'fetching channel messages', + \ 'time': strftime("%Y-%m-%d %H:%M"), + \ }) endif endfunction