On Jan 17, 2:57 am, Linda W <[email protected]> wrote: > Bram Moolenaar wrote: > > I would love > > to include a better diff library in Vim, but still haven't > > found a good one that could be included with Vim. > > --- > > When it comes to diff improvements, how does one simply 'ignore all > white space' ala, "diff -w" (which should, IMO, work for the original > writer, (but doesn't... due to what I'd call a bug in 'diff'...)...
If I understand your question properly, you'd need to write your own diffexpr to call diff with the appropriate option, based either on the 'diffopt' setting contents, or based on some global or local variable you define. -- 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
