On Tue, January 24, 2012 1:02 am, Andy Wokula wrote: > Am 24.01.2012 00:43, schrieb Paul: >> I wonder if there is a plug-in that provides the ability to mark a >> buffer's state at different times, so that one may 'undo' until the >> file goes back to a marked state. Eg., if you could open a file and >> mark the current state as 'before new thing', then make some changes, >> then mark the new state as 'before other new thing', then make some >> more changes. Then you want to go back to the state that file was in >> at 'before other new thing'. >> >> I'm picturing something like gundo but with support for labels next to >> the undo points. Does such a thing exist already? >> >> Using source control or just writing the buffer to temporary named >> files is to much work. > > yes, there is undo_tags > http://vim.sf.net/scripts/script.php?script_id=1997
histwin also does this: http://www.vim.org/scripts/script.php?script_id=2932 regards, Christian -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
