diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-09-21 09:08:39 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-09-21 10:17:37 +0200 |
commit | dc256e376dda51ac1cc7a5fe44a512c8677597d5 (patch) | |
tree | 6305db6d796798fe0d29f3cc467bf8feee4049d5 /src/nvim/api/ui.c | |
parent | 9081cad514d27ed67f0e348e9db56eddb296cc1d (diff) | |
download | rneovim-dc256e376dda51ac1cc7a5fe44a512c8677597d5.tar.gz rneovim-dc256e376dda51ac1cc7a5fe44a512c8677597d5.tar.bz2 rneovim-dc256e376dda51ac1cc7a5fe44a512c8677597d5.zip |
man.vim: Fix very long justified lines #9023
When nroff justifies a line, it fills the line with whitespace to meet
$MANWIDTH. With $MANWIDTH=9999, that of course results in nonsense (and
behaves poorly with 'cursorline' option).
To work around that, instead of trying to hard-justify the lines, just
replace the mega-whitespace with a fixed size of 10 spaces.
Perhaps N/Vim needs a "soft justify" feature?
Diffstat (limited to 'src/nvim/api/ui.c')
0 files changed, 0 insertions, 0 deletions