Neovim bug:
If a text file contains a veeeery long first line (e.g. 300K characters), it will be considered a unix style text file, even if the lines end with CR+LF.

(It's not only neovim btw, but found it here)

Comments