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

scvim doesn't close down properly #1111

Closed
dvzrv opened this issue May 20, 2014 · 0 comments
Closed

scvim doesn't close down properly #1111

dvzrv opened this issue May 20, 2014 · 0 comments
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: Linux
Milestone

Comments

@dvzrv
Copy link
Member

dvzrv commented May 20, 2014

From the original repo BUGS:
"scvim doesn't properly exit on mac. The pipe reading and sclang processes still exist after :SClangKill, though the terminal is killed."
This is also true for :SClangRestart (as it calls :SClangKill).
The issue also occurs on Linux! This bug has been around for quite some time.. ;)

I fixed this in my pull request: #990
For it to work, you'll need pidof to be installed. I added it to the README.md of scvim.

@scztt scztt added bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: Linux labels Mar 15, 2015
@scztt scztt added this to the 3.7 milestone Mar 15, 2015
@scztt scztt closed this as completed Mar 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that relate to unexpected/unwanted behavior. Don't use for PRs. os: Linux
Projects
None yet
Development

No branches or pull requests

2 participants