zsh:funcs:nvim-man: Use subjunctive in comment

This commit is contained in:
2022-02-03 16:54:27 +01:00
parent 5312e42a09
commit dd7302f311

View File

@@ -403,7 +403,7 @@ nvim-man() {
# Check for existence of man page. # Check for existence of man page.
command man -w "$1" >/dev/null || return command man -w "$1" >/dev/null || return
# $MANPAGER does the trick too but lines are hard-wrapped. # $MANPAGER would do the trick too but lines would be hard-wrapped.
nvim -u NORC +"runtime! plugin/man.vim | Man $1 | only | set scrolloff=999 | normal M" nvim -u NORC +"runtime! plugin/man.vim | Man $1 | only | set scrolloff=999 | normal M"
else else
command man "$@" command man "$@"