From c8eba737c75237317bf8491627a550a2ceb4fd11 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 13 Jan 2000 18:54:36 +0000 Subject: zsh-workers/9309 --- Completion/Core/_path_files | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/Core/_path_files') diff --git a/Completion/Core/_path_files b/Completion/Core/_path_files index a76319030..79cf3804f 100644 --- a/Completion/Core/_path_files +++ b/Completion/Core/_path_files @@ -159,7 +159,8 @@ eorig="$orig" # If given no `-F' option, we may want to use $fignore, turned into patterns. -[[ $#ignore -eq 0 && -z $gopt ]] && ignore=( "?*${^fignore[@]}" ) +[[ $#ignore -eq 0 && -z $gopt && -n $FIGNORE ]] && + ignore=( "?*${^fignore[@]}" ) if (( $#ignore )); then _comp_ignore=( "$_comp_ignore[@]" "$ignore[@]" ) -- cgit 1.4.1