Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disconnect Server #8

Closed
seyDoggy opened this issue Nov 20, 2014 · 7 comments
Closed

Disconnect Server #8

seyDoggy opened this issue Nov 20, 2014 · 7 comments

Comments

@seyDoggy
Copy link

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
Copy link
Owner

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
Copy link
Author

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
#8 (comment).

@mohitleo9
Copy link
Owner

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
Copy link
Author

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
#8 (comment).

@mohitleo9
Copy link
Owner

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

@seyDoggy
Copy link
Author

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants