From 078f279691f7d2b87128f7abc932634027d6dbd5 Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Sun, 24 Nov 2019 19:50:08 -0500 Subject: man.vim: Document how to disable bold highlighting Closes #11435 --- runtime/doc/filetype.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'runtime') diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index c579c390c6..e46869d46e 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -549,7 +549,9 @@ Variables: *b:man_default_sects* Comma-separated, ordered list of preferred sections. For example in C one usually wants section 3 or 2: > :let b:man_default_sections = '3,2' -*g:man_hardwrap* Hard-wrap to $MANWIDTH. May improve layout. +*g:man_hardwrap* Hard-wrap to $MANWIDTH or window width if $MANWIDTH is + empty. Enabled by default. Disable to enable soft + wrapping. To use Nvim as a manpager: > export MANPAGER='nvim +Man!' @@ -563,6 +565,9 @@ soft wrapped as with `:Man`. You can set in your environment: > So `groff`'s pre-formatting output will be the same as with `:Man` i.e soft-wrapped. +To disable bold highlighting: > + :highlight link manBold Normal + PDF *ft-pdf-plugin* Two maps, and , are provided to simulate a tag stack for navigating -- cgit