From: tzs@tzs.net (Tim Smith)
Subject: Re: colored diff
15 Oct 1998 12:59:06 -0700
Message-ID: <Pine.LNX.3.96.981015004228.28341A-100000.cygnus.gnu-win32@52-a-usw.rb1.blv.nwnexus.net>
References: <199810140957.LAA07400@gilberto.physik.RWTH-Aachen.DE>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Christoph Kukulies <kuku@gilberto.physik.RWTH-Aachen.DE>
Cc: gnu-win32@cygnus.com

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