vim:ftplug:man: Fix wrapping due to signcolumn

man(1) will assume it can use the full width of the terminal when
hard-wrapping the lines. When signcolumn is enabled the width is one
cell smaller and thus, lines that have a character in the last column
will be wrapped by vim (i.e. almost all of them).
This commit is contained in:
2025-01-25 01:08:03 +01:00
parent 5454b3c8a3
commit 467df52c66

View File

@@ -1 +1,7 @@
setlocal nospell
" man(1) will assume it can use the full width of the terminal when
" hard-wrapping the lines. When signcolumn is enabled the width is one cell
" smaller and thus, lines that have a character in the last column will be
" wrapped by vim (i.e. almost all of them).
setlocal signcolumn=no