On Sun, May 06, 2012 at 01:52:04PM +0300, Erez D wrote:

> can i do that (ignore comments) in vimdiff (without filtering)

I use the VimDirDiff script. In my vimrc I have:

let g:DirDiffExcludes = ".svn,.git,.*.swp"
let g:DirDiffIgnore = "\\$Id,\\$Revision,\\$Date"

Those are essentially passed along to diff (-x, -I, respectively).

Not sure about comments, though.

-- 
Tzafrir Cohen         | tzaf...@jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzaf...@cohens.org.il |                    |  best
tzaf...@debian.org    |                    | friend

_______________________________________________
Linux-il mailing list
Linux-il@cs.huji.ac.il
http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il

Reply via email to