You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: