vimchat icon indicating copy to clipboard operation
vimchat copied to clipboard

Cannot get vimchat to run under Vundle

Open armanschwarz opened this issue 11 years ago • 6 comments

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:

user@domain = password

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/vimchat/issues/2).

armanschwarz avatar Jul 29 '14 22:07 armanschwarz

I tried manually installing it using the instructions, everything went fine but it still doesn't respond to :VimChat. Are the install instructions up to date?

armanschwarz avatar Aug 04 '14 00:08 armanschwarz

What happens when you type :VimChat? Are there any errors? Try hitting B in normal mode. Does a buddy list window open on the left?

ironcamel avatar Aug 04 '14 01:08 ironcamel

When I type :VimChat I get "E492: Not an editor command: VimChat". Hitting B doesn't appear to do anything (no response).

armanschwarz avatar Aug 05 '14 21:08 armanschwarz

It seems like the plugin didn't load for some reason. Do you have a ~/.vim/plugin/vimchat.vim file?

Over the weekend I tried installing from scratch following the current install instructions on an ubuntu 14.04 machine and it worked fine.

ironcamel avatar Aug 06 '14 05:08 ironcamel

Ok I hadn't installed xmpppy, when I installed it everything worked. Sorry!

armanschwarz avatar Aug 13 '14 04:08 armanschwarz

Yay! No problem. Glad it is working for you.

ironcamel avatar Aug 13 '14 04:08 ironcamel