Skip to content

Fix line width computation

Matthias Clasen requested to merge fix-tabs-nowrap into main

We an only use the line_width - remaining_width shortcut if we are actually maintaining remaining_width, i.e. not if we don't wrap lines.

Testcase included.

Fixes: #635 (closed)

Merge request reports