On Mi, 12 Sep 2018, Igor Forca wrote:
> Christian,
> 1. TEST WITH SETTING DIFF INTERNAL
> Started: c:\programs\vim\vim81\gvim -u NONE
> :set diffopt+=internal diffexpr=
>
> Repeated the steps from first post and it works fine!
>
> Re-testing without "set" command and it still gets the error (as expected).
>
> 2. DIFF OUTPUT
> C:\aaa>c:\Programs\Vim\vim81\diff -a --binary a.txt b.txt
> 1c1
> < aaa
> ---
> > bbb
>
>
> C:\aaa>c:\cygwin\bin\diff.exe -a --binary a.txt b.txt
> 1c1
> < aaa
> ---
> > bbb
>
> C:\aaa>diff -a --binary a.txt b.txt
> 1c1
> < aaa
> ---
> > bbb
I wonder if this could be a line ending issues (e.g. CR vs. CRNL)
issue. If you redirect the output of diff can you compare the output?
Best,
Christian
--
Ideen sind ja nur das einzig wahrhaft Bleibende im Leben.
-- Wilhelm von Humboldt
--
--
You received this message from the "vim_dev" 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
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.