On 2015-07-27, Denis Fondras <[email protected]> wrote: >> BTW your diff was line-wrapped, and the BFD entries used >> spaces instead of tabs, so I hand applied it. >> > > Thank you. Sorry for the BFD entries, I copied/pasted from the IANA document > and > missed that.
No worries. > BTW, what is the prefered way to send diff with lines longer than 80 > characters > ? I use mutt, should I remove "set wrap" from my vi configuration ? Assuming vim because vi(1) doesn't know about "set wrap" - if you use :r to read in the diff from a file it won't wrap anyway; otherwise if you're pasting it in from the clipboard then "set paste" is probably the best way as it will turn off wrapping and any other auto-formatting that might be enabled.

