-
Notifications
You must be signed in to change notification settings - Fork 25
Comparing changes
Open a pull request
base repository: casouri/vundo
base: v2.2.0
head repository: casouri/vundo
compare: v2.4.0
- 15 commits
- 5 files changed
- 5 contributors
Commits on Jan 1, 2024
-
Cleanup: avoid unnecessary concat, use eobp
* vundo-diff.el (vundo-diff--cleanup-diff-buffer): Avoid concat. * vundo.el (vundo--next-line-at-column): Use eobp.
Configuration menu - View commit details
-
Copy full SHA for 38f3471 - Browse repository at this point
Copy the full SHA 38f3471View commit details
Commits on Jan 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fd7387 - Browse repository at this point
Copy the full SHA 6fd7387View commit details -
Autoload vundo-ascii-symbols and vundo-unicode-symbols (issue#95)
* vundo.el (vundo-ascii-symbols): (vundo-unicode-symbols): Autoload.
Configuration menu - View commit details
-
Copy full SHA for b8029ff - Browse repository at this point
Copy the full SHA b8029ffView commit details
Commits on Jan 28, 2024
-
Navigate among all saved nodes with l/r
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. * README.txt: document l/r key bindings * vundo.el (vundo--mod-timestamp, vundo--record-timestamps, vundo--timestamps): added new timestamp handling, recording all timestamps seen in the mod-list to vundo--timestamps variable, keyed by master equivalent node. (vundo--mod-timestamp): remove function, which is supplanted by vundo--node-timestamp. (vundo--highlight-last-saved-node): use the given timestamps list to find and highlight the last saved node. (vundo--draw-tree, vundo--refresh-buffer): Simplify drawing code by removing the last saved node search and highlighting, calling vundo--highlight-last-saved-node from vundo--refresh-buffer instead. (vundo--find-last-saved, vundo-goto-next-saved, vundo--last-saved-idx, vundo-goto-last-saved): Eliminate unnecessary variable last saved index. Move forward and backward among saved nodes using vundo--find-last-saved to find adjacent saved nodes from a given node, with saved time reporting. Added binding "r" for the new vundo-goto-next-saved command.Configuration menu - View commit details
-
Copy full SHA for 83915e7 - Browse repository at this point
Copy the full SHA 83915e7View commit details -
* vundo.el (vundo--timestamps): Update docstring. (vundo--record-timestamps): Update docstring, use push instead of (setf alist-get), wrap lines. (vundo--find-last-saved): Wrap lines, update comments. (vundo--highlight-last-saved-node): (vundo-goto-last-saved): (vundo-save): Wrap lines.
Configuration menu - View commit details
-
Copy full SHA for e5f3b81 - Browse repository at this point
Copy the full SHA e5f3b81View commit details
Commits on Feb 15, 2024
-
Quit the vundo-diff window automatically.
* vundo.el (vundo-quit, vundo-confirm): call vundo-diff--quit on quitting vundo. * vundo-diff.el: new custom option vundo-diff-quit, to specify whether to quit or quit and kill the vund-diff buffer. New function vundo-diff--quit.
Configuration menu - View commit details
-
Copy full SHA for 0bb5c24 - Browse repository at this point
Copy the full SHA 0bb5c24View commit details
Commits on Feb 16, 2024
-
Avoid duplicating vundo--timestamps
* vundo.el (vundo--record-timestamps): The sorted value of the produced timestamp alist is significant, so it should not contain duplicates.
Configuration menu - View commit details
-
Copy full SHA for c66abe8 - Browse repository at this point
Copy the full SHA c66abe8View commit details
Commits on Feb 19, 2024
-
Require vundo-diff.el in vundo.el (issue#104)
* vundo.el (vundo-diff): Require vundo-diff.el in vundo.el.
Configuration menu - View commit details
-
Copy full SHA for c8d3ecb - Browse repository at this point
Copy the full SHA c8d3ecbView commit details -
Fix circular dependency (issue#104)
* vundo-diff.el (vundo-diff--quit): Fix indentation. (vundo-diff): Use vundo-post-exit-hook to run vundo-diff--quit. * vundo.el: Don't require vundo-diff.el.
Configuration menu - View commit details
-
Copy full SHA for cf44066 - Browse repository at this point
Copy the full SHA cf44066View commit details
Commits on Apr 20, 2024
-
Bump version and document release
* README.txt: Update documentation.
Configuration menu - View commit details
-
Copy full SHA for 4c01db9 - Browse repository at this point
Copy the full SHA 4c01db9View commit details
Commits on Apr 26, 2024
-
Add a command for ing to the beginning of next stem
To switch branches, one needs to be on a stem root (branchpoint). Add a command to make it easier to move between stem roots (meant to be used along with `vundo-stem-root'). * vundo.el (vundo-next-root): New command. * README.txt: Mention new command. * NEWS.txt: Add news for the new command.
Configuration menu - View commit details
-
Copy full SHA for ca590c5 - Browse repository at this point
Copy the full SHA ca590c5View commit details
Commits on Dec 26, 2024
-
; Make it configurable to display vundo buffer
* vundo.el (vundo): Use display-buffer.
Configuration menu - View commit details
-
Copy full SHA for d792738 - Browse repository at this point
Copy the full SHA d792738View commit details
Commits on Jan 15, 2025
-
Warn about truncated undo-list
* vundo.el (vundo--first-undo): New variable. (vundo--refresh-buffer): Set vundo--first-undo and warn about truncated undo-list.
Configuration menu - View commit details
-
Copy full SHA for 288892e - Browse repository at this point
Copy the full SHA 288892eView commit details
Commits on Mar 15, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b28f037 - Browse repository at this point
Copy the full SHA b28f037View commit details -
New version and updated README
* README.txt: Update. * vundo.el: New version.
Configuration menu - View commit details
-
Copy full SHA for b89f719 - Browse repository at this point
Copy the full SHA b89f719View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.2.0...v2.4.0