From 35b2633ad941966f5fca07b625a594a5b68c0fdb Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 15 Nov 1999 12:01:46 +0000 Subject: manual/8639 --- Completion/Base/_default | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Completion/Base/_default') diff --git a/Completion/Base/_default b/Completion/Base/_default index cf4077d3b..920f3a959 100644 --- a/Completion/Base/_default +++ b/Completion/Base/_default @@ -14,10 +14,9 @@ local expl # compcall || return 0 -_tags any files || return 1 +_tags files || return 1 -_description expl file -_files "$expl[@]" && return +_files && return 0 # magicequalsubst allows arguments like =~/foo to do # file name expansion after the =. In that case, it's natural to -- cgit 1.4.1