mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
doc/:Man: "!" is special in some shells
ref https://github.com/neovim/neovim/issues/9156#issuecomment-433156463
This commit is contained in:
@@ -512,7 +512,7 @@ View manpages in Nvim. Supports highlighting, completion, locales, and
|
||||
navigation. Also see |find-manpage|.
|
||||
|
||||
To use Nvim as a manpager: >
|
||||
export MANPAGER="nvim +Man!"
|
||||
export MANPAGER='nvim +Man!'
|
||||
|
||||
man.vim will always attempt to reuse the closest man window (above/left) but
|
||||
otherwise create a split.
|
||||
|
||||
Reference in New Issue
Block a user