coolwanglu / neovim-e

Electron UI for Neovim
MIT License
271 stars 29 forks source link

Closing the electron window doesn't exit neovim cleanly #38

Open raghur opened 9 years ago

raghur commented 9 years ago

Closing the electron shell window on Windows 7 does not exit neovim cleanly. THe next time neovim is started, .swp files are present.

coolwanglu commented 9 years ago

I cannot reproduce it on Mac.

When the GUI window is closed for neovim-python-client, qa! is sent to neovim to force exiting. I've implement the same behavior and pushed to git. Please try if it helps.

raghur commented 9 years ago

It seems to be helping... however, behavior is inconsistent where maybe once in 5 times, neovim isn't closed properly.