diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-10-25 20:51:59 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-10-25 20:51:59 +0200 |
commit | d214e33e780a2f0a72db3c4c0f54f7a5c384c4e2 (patch) | |
tree | b1ed22fce972e8d1fc2be253a41e13e976236895 | |
parent | edbe020bcb95fad41a80f5663cfcb9c56a290687 (diff) | |
download | rneovim-d214e33e780a2f0a72db3c4c0f54f7a5c384c4e2.tar.gz rneovim-d214e33e780a2f0a72db3c4c0f54f7a5c384c4e2.tar.bz2 rneovim-d214e33e780a2f0a72db3c4c0f54f7a5c384c4e2.zip |
doc/:Man: "!" is special in some shells
ref https://github.com/neovim/neovim/issues/9156#issuecomment-433156463
-rw-r--r-- | runtime/doc/filetype.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/filetype.txt b/runtime/doc/filetype.txt index 5047e7c23e..6ac14e4122 100644 --- a/runtime/doc/filetype.txt +++ b/runtime/doc/filetype.txt @@ -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. |