mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-28 18:00:23 +09:00
In effect, pasting text with \r\n will remove the \r character and delegate whether or not the file will be saved with CRLF or LF line endings to the `fileformat` option. Ref #1742