You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 10, 2019. It is now read-only.
Version:
2.9.The
text-widthsetting should be ignored if the window not wide enough to hold that many columns.To reproduce, set
text-widthto80, shrink the window to fewer than 80 columns, and view an article. Blocks of text will be improperly wrapped.Expected (default) behavior:

Actual (

text-width 80) behavior:The
text-widthoption should not be used unless the window is large enough. If the window is too small, fall back to the default wrapping behavior.