casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

Show a message when stem root/end have nothing to do #19

Closed ideasman42 closed 2 years ago

ideasman42 commented 2 years ago

This is similar to undo it's self that shows a message when there is nothing to undo.

casouri commented 2 years ago

Thanks. I don't think it's all that necessary since user can clearly see that she is at the beginning/end of a stem. Undo prints notice because there is no way to know otherwise. vundo-stem-root/end is more like line-beginning/end in that regard, which don't print messages.

ideasman42 commented 2 years ago

Makes sense, closing then.