Sunday, December 9, 2012

Re: vimdiff: how to calculate "delta" for digits in different lines?

On 2012-12-08, ping wrote:
> On 12/8/2012 2:01 AM, Roy Fulbright wrote:
> >The easiest way I found to calculate and display the delta of lines
> >that differ is to write a short Perl program:

> Many thanks Roy!
> this remind me that external tool can be used/created here but still
> called from inside vim if one (I) is not capable of making complex
> vim script...

Using a Vim script is not always the best solution, even if you are
a Vim expert. In this case, I think that an external script written
some language such as Perl or awk that is designed for such tasks is
a better choice than a Vim script.

Regards,
Gary

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

No comments:

Post a Comment