We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to be able to select a chunk of text (via the VISUAL modes) and for undotree to only undo changes in that selected part of the file.
For example this would probably work well with functions/classes/etc to only undo changes that were made to that specific structure.
The text was updated successfully, but these errors were encountered:
This would be kind of like a poor-mans git where you don't want the overhead of committing small chunks of text when you just experiment.
Sorry, something went wrong.
that's a great idea, but seems a bit difficult to implement with how the undo system works in vim
No branches or pull requests
It would be great to be able to select a chunk of text (via the VISUAL modes) and for undotree to only undo changes in that selected part of the file.
For example this would probably work well with functions/classes/etc to only undo changes that were made to that specific structure.
The text was updated successfully, but these errors were encountered: