Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: casouri/vundo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Choose a base ref
...
head repository: casouri/vundo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.4.0
Choose a head ref
  • 15 commits
  • 5 files changed
  • 5 contributors

Commits on Jan 1, 2024

  1. 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.
    ideasman42 authored and casouri committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    38f3471 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Configuration menu
    Copy the full SHA
    6fd7387 View commit details
    Browse the repository at this point in the history
  2. Autoload vundo-ascii-symbols and vundo-unicode-symbols (issue#95)

    * vundo.el (vundo-ascii-symbols):
    (vundo-unicode-symbols): Autoload.
    casouri committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    b8029ff View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. 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.
    jdtsmith committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    83915e7 View commit details
    Browse the repository at this point in the history
  2. Minor cleanup

    * 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.
    casouri committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    e5f3b81 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. 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.
    jdtsmith committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0bb5c24 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. 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.
    jdtsmith authored and casouri committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    c66abe8 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Require vundo-diff.el in vundo.el (issue#104)

    * vundo.el (vundo-diff): Require vundo-diff.el in vundo.el.
    casouri committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c8d3ecb View commit details
    Browse the repository at this point in the history
  2. 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.
    casouri committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cf44066 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2024

  1. Bump version and document release

    * README.txt: Update documentation.
    jdtsmith authored and casouri committed Apr 20, 2024
    Configuration menu
    Copy the full SHA
    4c01db9 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. 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.
    45mg authored and casouri committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    ca590c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

  1. ; Make it configurable to display vundo buffer

    * vundo.el (vundo): Use display-buffer.
    casouri committed Dec 26, 2024
    Configuration menu
    Copy the full SHA
    d792738 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. 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.
    casouri committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    288892e View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Add vundo-popup.el

    Michael Heerdegen authored and casouri committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    b28f037 View commit details
    Browse the repository at this point in the history
  2. New version and updated README

    * README.txt: Update.
    * vundo.el: New version.
    casouri committed Mar 15, 2025
    Configuration menu
    Copy the full SHA
    b89f719 View commit details
    Browse the repository at this point in the history
Loading