Has anyone got any tricks for undoing long-line wrapping?
I've got a big chunk of code that has been reflowed to 120 columns and it's a minefield to debug effectively.
Edit0: I didn't do the reflow and the guy I'm collaborating with... doesn't get CVSs...
EDIT1: Example Yes most of them are 'appropriately' indented.
n+1
is indented more than 4 spaces / 1 tab more than linen
, merge the lines? Or did you look for "python reflower tools", and use one of them to fix it? Could be worth a try. – Meadowlark