On Sat, Jan 28, 2006 at 11:25:47PM +0200, Noam Meltzer wrote: > I'd stick with VIM :) > you can open a file and then: > :vertical diffsplit <filename> > or just from the command line: > vimdiff <file1> .. <fileN>
And to compare complete trees: LANG=C vim +'DirDiff first/dir second/dir' DirDiff is available from http://www.vim.org/scripts/script.php?script_id=102 -- Tzafrir Cohen | [EMAIL PROTECTED] | VIM is http://tzafrir.org.il | | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | | friend ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
