-
Notifications
You must be signed in to change notification settings - Fork 68
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
coq 8.9.0 support #75
Comments
The changelog for Coq 8.9.0 states:
Instead of diff --git a/autoload/coqtop.py b/autoload/coqtop.py
index 3a181d0..0dc5733 100644
--- a/autoload/coqtop.py
+++ b/autoload/coqtop.py
@@ -203,8 +203,7 @@ def send_cmd(cmd):
def restart_coq(*args):
global coqtop, root_state, state_id
if coqtop: kill_coqtop()
- options = [ 'coqtop'
- , '-ideslave'
+ options = [ 'coqidetop'
, '-main-channel'
, 'stdfds'
, '-async-proofs' I could open a pull request with this change, but I'm not sure how to deal with backwards-compatibility. (And this repository does not seem to be very active.) |
I have created a fork at https://github.com/splintah/coquille. In the mean time, you can use the plugin from there. |
Thanks! |
I came here from a Google search, maybe it's worth mentioning this in the README. |
When issuing
:CoqLaunch
under Coq 8.9.0, vim freezes with the messagevim does not respond to ^c or ^z after this point, and must be killed.
The text was updated successfully, but these errors were encountered: