On Thu, Oct 21, 2010 at 04:16, Ajay Jain <[email protected]> wrote: > > Hi, > > I am using vimdiff to find out the differences between the different > versions of the same file. However, I want the diff to ignore > version-control keywords such as $Author, $Date, $Revision because > they will always be different. Now I have a project which has 100s of > files, of which at least 20 are different. What could be a recommended > vim procedure? Can vimdiff ignore the version control keywords?
The easiest thing to do is to collapse the keywords so they don't differ in different versions of the file. If you are using CVS or RCS then use the -kk option. ...Stephen -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
