casouri / vundo

Visualize the undo tree.
413 stars 20 forks source link

Fix #84: correct cleanup regexp and inhibit diff --label #86

Closed jdtsmith closed 6 months ago

jdtsmith commented 6 months ago

Fixes #84.

jdtsmith commented 6 months ago

Thanks, updated PR subject and commit message, and removed what WS changes I could. Give another test.

michael-heerdegen commented 6 months ago

I think in addition you want to replace space with blank: the former potentially matches line breaks, the latter doesn't.

jdtsmith commented 6 months ago

Good spot, fixed. @casouri this should be ready to review/merge.

casouri commented 6 months ago

Merged, thanks!