mohitleo9 / vim-fidget

34 stars 5 forks source link

Disconnect Server #8

Closed seyDoggy closed 9 years ago

seyDoggy commented 9 years ago

I have a case where the server didn't quit when I closed the index. Now the server is on and I can't use VimFidget again until the server disconnects.

mohitleo9 commented 9 years ago

Hey, As a temp solution I have added a command called VimFidgetKillServer to handle such rouge server. But could you elaborate more on the actual case to reproduce this? And also is this happening in terminal vim or some gui vim?

seyDoggy commented 9 years ago

Terminal vim, see my other issues as well. I only got this plugin to work once, briefly.

On Thu, Nov 20, 2014, 19:25 mohitleo9 notifications@github.com wrote:

Hey, As a temp solution I have added a command called VimFidgetKillServer to handle such rouge server. But could you elaborate more on the actual case to reproduce this? And also is this happening in terminal vim or some gui vim?

— Reply to this email directly or view it on GitHub https://github.com/mohitleo9/vim-fidget/issues/8#issuecomment-63905570.

mohitleo9 commented 9 years ago

hmm, strange. which plugin manger are you using, and can you try removing and reinstalling. And also notice that the installation command has changed since first release.

seyDoggy commented 9 years ago

I use vundle and I tried removing/reinstalling several times.

On Thu, Nov 20, 2014, 19:34 mohitleo9 notifications@github.com wrote:

hmm, strange. which plugin manger are you using, and can you try removing and reinstalling. And also notice that the installation command has changed since first release.

— Reply to this email directly or view it on GitHub https://github.com/mohitleo9/vim-fidget/issues/8#issuecomment-63906363.

mohitleo9 commented 9 years ago

can you send the output of these commands npm list vim-fidget and cd ~/.vim/bundle/vim-fidget && npm list vim-fidget

seyDoggy commented 9 years ago
adam@mbp13-2 ~
 % npm list vim-fidget
/Users/adam
└── (empty)

adam@mbp13-2 ~/.vim/bundle/vim-fidget [master]
± %  npm list vim-fidget
vim-fidget@0.0.2 /Users/adam/.spf13-vim-3/.vim/bundle/vim-fidget
└── (empty)
mohitleo9 commented 9 years ago

A command has been added just to address this issue. VimFidgetKillServer Also new hooks to cleanup the server have been added. Closing this