about summary refs log tree commit diff
path: root/Functions/Completion/_man
diff options
context:
space:
mode:
Diffstat (limited to 'Functions/Completion/_man')
-rw-r--r--Functions/Completion/_man11
1 files changed, 0 insertions, 11 deletions
diff --git a/Functions/Completion/_man b/Functions/Completion/_man
deleted file mode 100644
index 8204fba0b..000000000
--- a/Functions/Completion/_man
+++ /dev/null
@@ -1,11 +0,0 @@
-#defcomp man
-setopt localoptions rcexpandparam
-
-local rep
-if [[ $2 = (<->*|ln) ]]; then
-  rep=( $manpath/(man|cat)$2/$PREFIX*$SUFFIX.<->*(N:t:r) )
-else
-  rep=( $manpath/(man|cat)*/$PREFIX*$SUFFIX.<->*(N:t:r) )
-fi
-
-(( $#rep )) && compadd -m $rep