This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: colored diff


On Wed, 14 Oct 1998, Christoph Kukulies wrote:
> A bit off-topic but maybe someone knows a solution:
> 
> I'm looking a  (gnu) diff program, that is capable of highlighting
> the differences between two files.

If you do a context diff into a file (diff -c file1 file2 > output) and
then view the output with vim (or gvim) with syntax highlighting enabled,
it will color various interesting things.

--Tim Smith

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]