I added
Bundle 'ironcamel/vimchat'
to my ~/.vimrc file and ran :PluginInstall. That all ran fine, then I added an account and password to the ~/.vim/Bundle/vimchat/config file like this:
When I run vim and type :VimChat (after restarting) I get this message:
E492: Not an editor command: VimChat
I'm 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 ran into the same issue using the throughnothing version (github.com/throughnothing/issues/2).
I added
to my
~/.vimrcfile and ran:PluginInstall. That all ran fine, then I added an account and password to the~/.vim/Bundle/vimchat/configfile like this:When I run
vimand type:VimChat(after restarting) I get this message:I'm using
vim 7.4. When I run:set rtp?one of the items in the list is~/.vim/bundle/vimchat. When I run:scriptnamesI see a lines which contains/home/user/.vim/bundle/vimchat/plugin/vimchat.vim.I ran into the same issue using the
throughnothingversion (github.com/throughnothing/issues/2).