casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

Navigate among all saved nodes with l/r #96

Closed jdtsmith closed 5 months ago

jdtsmith commented 5 months ago

Note: this is a cleaned-up version of PR #81.

This enables moving among all saved nodes, taking care to identify timestamps across all equivalent nodes, and saving the timestamps seen. Timestamp handling and most recently saved node highlighting have been simplified.

casouri commented 5 months ago

Merged, thanks!