On Wednesday, July 27, 2011 at 7:43 PM, Eric Smith wrote:

> Is it possible to access the text added to a document within the last 
> n seconds?
> 
> So I want the effect of this;
> If I did a checkin to version control periodically, and then I produced a 
> diff 
> for each period I was interested in.
> 
> (I am more interested in the added text than changed text, but this is 
> not an important point.)
> 
> -- 
> - Eric Smith
> 
> -- 
> 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
How about this script?  diffchanges.vim

description
Show changes made to current buffer since the last save. This plugin is based 
from an example in the Hacking Vim book. The differences are that this 
functionality is in the form of a plugin, is a bit more robust, and can be 
toggled.


Link:

http://www.vim.org/scripts/script.php?script_id=2158 



-- 
Arthur Lee
Sent with Sparrow (http://www.sparrowmailapp.com/?sig) 

-- 
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

Reply via email to