summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorSorin Ionescu <sorin.ionescu@gmail.com>2011-04-22 19:13:37 -0400
committerSorin Ionescu <sorin.ionescu@gmail.com>2011-06-01 20:24:15 -0400
commit5e5096dad60ef0f41aea384c1e249a3bf0377be6 (patch)
tree8ad68c6d54c97523195b09d4015304b8ab2701b7 /plugins
parentf401d6ef78a94b723ce841b77151eaac477b8074 (diff)
downloadzsh-5e5096dad60ef0f41aea384c1e249a3bf0377be6.tar.gz
zsh-5e5096dad60ef0f41aea384c1e249a3bf0377be6.tar.bz2
zsh-5e5096dad60ef0f41aea384c1e249a3bf0377be6.zip
Added man-preview completion suggested by @webflo.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/osx/_man-preview5
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/osx/_man-preview b/plugins/osx/_man-preview
new file mode 100644
index 000000000..6cc344ad4
--- /dev/null
+++ b/plugins/osx/_man-preview
@@ -0,0 +1,5 @@
+#compdef man-preview
+#autoload
+
+_man
+