-
Notifications
You must be signed in to change notification settings - Fork 23
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
Highlight currently saved node #57
Comments
This shouldn't be difficult to implement (although I'd make it optional as I think it would require a hook that runs on save). |
Wonderful!! Thank you!!!
Campbell Barton ***@***.***> writes:
… This shouldn't be difficult to implement. I might have a go when I get some time - if someone else doesn't get their first.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.
|
@casouri this is how I'd implement this feature, if you have concerns - let me know. Add an custom option (...
|
Another possible feature that could go along with this is the ability to
save the buffer at the current node without exiting the vundo buffer.
That way, you can save the buffer and continue to explore the undo history.
|
@josephmturner agree, although I think it's mostly unrelated to this proposal, a few times I've wanted to save while the vundo buffer was active and accidentally saved the |
@ideasman42 You're right, that should be a separate issue: #58 |
Sounds good. I'll add that you want to save the non-undo record, because vundo could prune undo and redo records. You can find the non-undo record with |
You're welcome. It scratched a personal itch; only afterwards did I see others had the same! |
What would it take to highlight the currently saved node in the
vundo-mode
buffer?Thank you!!
The text was updated successfully, but these errors were encountered: