From 11ecfb4d94d6aa5dc42156a5e1c57b8d0bfc0223 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Tue, 14 Sep 1999 14:55:37 +0000 Subject: zsh-workers/7827 --- Completion/User/_mount | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'Completion/User/_mount') diff --git a/Completion/User/_mount b/Completion/User/_mount index e92f56339..40bc3b4ea 100644 --- a/Completion/User/_mount +++ b/Completion/User/_mount @@ -191,7 +191,7 @@ if [[ "$words[1]" = mount ]]; then '-u[remount file system]' \ ':dev or dir:->devordir' \ ':mount point:_files -/' - + ) fss=( advfs ufs nfs mfs cdfs ) ;; *) @@ -204,7 +204,9 @@ if [[ "$words[1]" = mount ]]; then '-f[fake mount]' \ ':dev or dir:->devordir' \ ':mount point:_files -/' + ) fss=( ufs ) + ;; esac _arguments "$args[@]" && ret=0 @@ -228,7 +230,7 @@ case "$state" in fstype) compset -P '*,' _description expl 'file system type' - compadd "$expl[@]" -qS, -M 'L:no=' - "$fss[@]" && ret=0 + compadd "$expl[@]" -qS, -M 'L:|no=' - "$fss[@]" && ret=0 ;; fsopt) eval 'tmp=(' '"$_fs_'${(s:,:)^${options[-t]:-${deffs}}}'[@]"' ')' -- cgit 1.4.1