From 626e2aeb1657f112feb6d03c34bb9e9f44764c75 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Mar 2000 04:19:26 +0000 Subject: zsh-workers/10195 --- Completion/User/_mount | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/User/_mount') diff --git a/Completion/User/_mount b/Completion/User/_mount index 23b2a6378..00fb00fb5 100644 --- a/Completion/User/_mount +++ b/Completion/User/_mount @@ -539,11 +539,11 @@ case "$state" in fstype) compset -P '*,' - _wanted types expl 'file system type' && + _wanted types expl 'file system type' \ compadd "$expl[@]" -qS, -M 'L:|no=' - "$fss[@]" && ret=0 ;; fsopt) - _tags options || return 1 + _wanted options || return 1 eval 'tmp=(' '"$_fs_'${(s:,:)^${opt_args[$typeops]:-${deffs}}}'[@]"' ')' tmp=( "$_fs_any[@]" "${(@)tmp:#}" ) -- cgit 1.4.1