From 9867c4091e71e6ed69889a9bfaee07275d2fa04e Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 19 Aug 1999 11:18:05 +0000 Subject: manual/7448 --- Completion/Core/_path_files | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Completion/Core/_path_files') diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index 9494d5a4a..9aebc89d0 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -91,6 +91,14 @@ while getopts "P:S:qr:R:W:F:J:V:X:f/g:" opt; do esac done +if (( ! ( $#group + $#expl ) )); then + if [[ "$sopt" = -/ ]]; then + _description expl directory + else + _description expl file + fi +fi + [[ -n "$tmp1" && $#addsfx -ne 0 ]] && addsfx[1]=-qS # If we were given no file selection option, we behave as if we were given -- cgit 1.4.1