maximum length cause character lost
Brought to you by:
czsiberian
Ex. input line is
"
123456789012345678901234567890123456
"
This line length is 36 char.
Under maximum length (editor/reformat lines), I set to 35.
The result is :
"
1234567890123456789012345678901234
6
"
character "5" is lost.
I know, this is not often words, but this is bug.