mirror of
https://github.com/neovim/neovim.git
synced 2026-01-28 08:02:41 +10:00
fix: set manwidth to not exceed the window width If we set the MANWIDTH variable to a value wider than the window, the contents wrap and formatting breaks. A more sensible way to handle this is to interpret MANWIDTH as a maximum width, but to set the width to the window size if smaller. See also: #9023, #10748.
24 KiB
24 KiB