mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
doc/:Man: "!" is special in some shells
ref https://github.com/neovim/neovim/issues/9156#issuecomment-433156463
This commit is contained in:
parent
edbe020bcb
commit
d214e33e78
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user