sponsor Vim development Vim logo Vim Book Ad

undo_tags : small utility that lets you tag undo branches

 script karma  Rating 39/15, Downloaded by 2555  Comments, bugs, improvements  Vim wiki

created by
Andreas Politz
 
script type
utility
 
description
Undo branches are a very cool feature in vim7, which I recently discovered.
You can navigate through the change history of the current session as
long as you do not run out of undolevels.

This small plugin lets you:
-  Assign tags / names and description to points in the buffers change history
-  List the tags / names
-  Choose a tag / name to revert back
 
install details
Extract it to your vim dir.
Do :helptags
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
undo_tags-1.2.tgz 1.2 2007-08-31 7.0 Andreas Politz +helpfile more standard alike
+better handling of long tagnames
+allow tagging a virgin buffer
undo_tags-1.1.tar.gz 1.1 2007-08-23 7.0 Andreas Politz - renamed commands
- replaced autocommand with function
- added command for deleting tags
- use changenr() instead of :undolist
  this way it always returns to the correct textstate
+thanks to A.Wokula


undo_tags-1.0.1.tar.gz 1.0.1 2007-08-22 7.0 Andreas Politz bugfix :  changed the strftime  string, which happens to crash on some windows© versions
undo_tags-1-0.tar.gz 1.0 2007-08-20 7.0 Andreas Politz Initial upload
ip used for rating: 216.73.216.107

Questions about Vim should go to the maillist. Help Uganda.     Vim at Github