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:
parent
bf0bb55f4a
commit
25c96897a5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue