> If I run GNU diff against those two file,
> line is not reported as being a difference.
Vim just uses an external diff command, and vim on windows installs
one in the same directory as gvim.exe, which is just Gnu diff. Mine
says to diff --version
diff - GNU diffutils version 2.7
You can tell vim which diff to use with the 'diffexpr' option, and
adjust settings with 'diffopt'. I imagine that you're using
different options when you "run GNU diff" to get different results.
See :h 'diffopt'
Regards, John
--
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php