1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-11-27 15:01:00 +01:00

zsh-workers/9278

This commit is contained in:
Tanaka Akira 2000-01-09 21:56:08 +00:00
parent bf0bb55f4a
commit 25c96897a5

View file

@ -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