Fix man-preview completion definition

Related: #5179
pull/5180/head
Marc Cornellà 2016-06-20 22:19:02 +02:00 committed by GitHub
parent 909fcef046
commit 9a61336d33
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ function quick-look() {
function man-preview() {
man -t "$@" | open -f -a Preview
}
compdef man-preview=man
compdef _man man-preview
function vncviewer() {
open vnc://$@