zprint-filter-1.2.7
Made some small fixes to "smart wrap", and fixed an unfortunate bug in wrapping "top level" comments. It is supposed to wrap the top level comments only when they exceed the :width
, but it wrapped them instead when they were was 5 characters short of the :width
. The new "smart wrap" has a 5 character border which is used for wrapping internal comments, but that border ended up also being used for top level comments. I would recommend using 1.2.7
over 1.2.6
, though the number of comments unnecessarily wrapped with 1.2.6
depends entirely on how wide your top level comments are.