f5f6818 wordwrap: fix some corner cases

1 file Authored by nim 4 years ago, Committed by ignatenkobrain 4 years ago,
1 file changed. 3 lines added. 1 lines removed.
    wordwrap: fix some corner cases
    
    – handle CR in addition to LF
    – be smarter in presence of lists
    – fix off-by-one mistake when a LF in the processed text falls exactly on the 81st column
    
        
file modified
+3 -1