Browse Source

Fix man-preview completion definition

Related: #5179
Marc Cornellà 8 years ago
parent
commit
9a61336d33
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/osx/osx.plugin.zsh

+ 1 - 1
plugins/osx/osx.plugin.zsh

@@ -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://$@