On Monday, September 16, 2013 9:04:44 AM UTC-5, Jan wrote: > I like to use vcscommand with Subversion. I especially like :VCSVimDiff > <revision>, which splits the window and gives a diff of the current file to a > particular revision. The trouble is, if you want to diff against the last > modification of the current file, you have to go and look up what revision it > was. I'd love there to be a command (that I can map) which will do that but > diff against the last revision in which the file was change, whatever it was, > subsequent commands would go back and back each time diffing against the last > time the file was changed, and another command to go forward. Does anyone > know of a way of doing that, in vcscommand or otherwise?
Can you just use the special revision keywords supported by Subversion? http://svnbook.red-bean.com/en/1.7/svn.tour.revs.specifiers.html#svn.tour.revs.keywords -- -- 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 --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
