I don't know if this is related to Vundle specifically, but here is what I did
- Add the line
Bundle 'throughnothing/vimchat' to my .vimrc file
- Run
:PluginInstall
- Add the line
user@domain.com = password to ~/.vim/Bundle/vimchat/config
- Restart vim
- Run
:VimChat
The response I get from vim is E492: Not an editor command: VimChat.
I am using vim 7.4. When I run :set rtp? one of the items in the list is ~/.vim/bundle/vimchat. When I run :scriptnames I see a lines which contains /home/user/.vim/bundle/vimchat/plugin/vimchat.vim.
I see no errors or warnings when starting vim.