diff options
-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. |