From d214e33e780a2f0a72db3c4c0f54f7a5c384c4e2 Mon Sep 17 00:00:00 2001 From: "Justin M. Keyes" Date: Thu, 25 Oct 2018 20:51:59 +0200 Subject: doc/:Man: "!" is special in some shells ref https://github.com/neovim/neovim/issues/9156#issuecomment-433156463 --- runtime/doc/filetype.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/doc') 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. -- cgit