will133 / vim-dirdiff

Vim plugin to diff two directories
335 stars 59 forks source link

Implement ignore different line ending #51

Open eyalk11 opened 9 months ago

eyalk11 commented 9 months ago

This is the default in vim. (So that linux CR vs windows CRLF won't matter)

let g:DirDiffIgnore = "\n"

didn't work