casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

Fix error activating an diff at the root of the tree #90

Closed ideasman42 closed 6 months ago

ideasman42 commented 6 months ago

When activating vundo-diff when there are no previous undo steps, an error would be raised.

funcall-interactively: Wrong type argument: vundo-m, nil

Now the message vundo diff not available. is shown.

casouri commented 6 months ago

Makes sense, merged. Thanks!