-
Notifications
You must be signed in to change notification settings - Fork 411
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
When the marks are deleted, <Tab> will jump to the deleted mark. #303
Comments
Please minimal repro. |
repro? you mean config? Here is my cmp config:
If "repro" means reproduction, here it is.
|
Your |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Say you are on a .py file and you trigger a 'For' snippet. You immediately deleted the snippet and then you press Tab. You will be jumped to the deleted mark for the For snippet. This, of course, when you have tab setup to jump marks.
As far as I remember, before the "breaking changes", this did not happen.
The text was updated successfully, but these errors were encountered: