From 25c96897a56ce305d80eb1b5de1bbbaedf755bb4 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sun, 9 Jan 2000 21:56:08 +0000 Subject: zsh-workers/9278 --- Completion/Core/_path_files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index 51222bd9c..12d497a97 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -160,7 +160,7 @@ eorig="$orig" # If given no `-F' option, we want to use the `ignored-suffixes'-style. -if (( ! $#ignore )); then +if [[ $#ignore -eq 0 && -z $gopt ]]; then if zstyle -a ":completion${curcontext}:files" ignored-suffixes ignore; then ignore=(-F "( $ignore )") else -- cgit 1.4.1