-
Notifications
You must be signed in to change notification settings - Fork 69
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
Cannot backtrack over Require Import with Go to Point #919
Comments
I think I see what you are saying, something like:
Go to point (where | is cursor) if the Can you confirm that if there is a valid command above the |
I generally have a comment above Require Import, if anything - for Coq to behave sensibly you want to start with all the When I put a |
So I think ultimately the desired behavior is to be able to backtrack to before the very initial command in a file via Go to Point? |
That is what I would want, yes. I should mention that this issue is low priority for me, since if I really need it I use Coq: Reset. However, sometimes reloading a dependency that has changed is useful and it's nice to use backtracking for that. |
If you process a Require Import, you can backtrack over it with Step Backward, but not with Go to Point.
The text was updated successfully, but these errors were encountered: