Skip to content

Add support for showing difference when line endings are different. #38

@BernH4

Description

@BernH4

Currently when only the line endings differ (Unix \n and Windows \r\n for example) DirDiff says that the files differ but the lines are all collapsed (like when there is really no difference)

With normal vimdiff i can use following command when already inside diff:
:windo e! ++ff=unix

or before starting vimdiff:
$ vimdiff --cmd 'set fileformats=unix' file1 file2

dos2unix and unix2dos commands can be used to reproduce this issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions