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 | [email protected] | VIM is http://tzafrir.org.il | | a Mutt's [email protected] | | best [email protected] | | friend _______________________________________________ Linux-il mailing list [email protected] http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
