From 04a89199d02a3ee6c4b3d89a6c782bdb0a4f1bc8 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 15 Apr 1999 18:20:19 +0000 Subject: zsh-3.1.5-pws-12 --- Completion/User/_man | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/User/_man') diff --git a/Completion/User/_man b/Completion/User/_man index 67d59f24a..cd1badc4d 100644 --- a/Completion/User/_man +++ b/Completion/User/_man @@ -1,7 +1,9 @@ #defcomp man + setopt localoptions rcexpandparam local rep + if [[ $words[2] = (<->*|ln) ]]; then rep=( $manpath/(man|cat)${words[2]}/$PREFIX*$SUFFIX.<->*(N:t:r) ) else -- cgit 1.4.1