Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: zsh doesn't complete for tar, zip, possibly other files
- X-seq: zsh-users 15877
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Re: zsh doesn't complete for tar, zip, possibly other files
- Date: Wed, 16 Mar 2011 07:43:48 -0700
- In-reply-to: <alpine.LNX.2.01.1103151420350.2792@hp>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <AANLkTi=uth8SAmJC5yxUkzBYHAB-aMyPbpYhBUVPGiky@mail.gmail.com> <alpine.LNX.2.01.1103151420350.2792@hp>
On Mar 15, 2:40pm, Benjamin R. Haskell wrote:
} Subject: Re: zsh doesn't complete for tar, zip, possibly other files
}
} ==> badzshrc <==
} zstyle ':completion:*' file-sort access
} zstyle ':completion:*' matcher-list '' 'l:|=* r:|=*' 'r:|[._-]=** r:|=**' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
} autoload -Uz compinit
} compinit
} ================
}
} $ zsh -f
} $ . ./badzshrc
} $ tar xvf [Tab]
}
} At that point, ^xh produces:
}
} tags in context :completion::complete:tar::
} globbed-files (_files _tar_archive _tar (eval))
Using the latest build out of the source repository:
torch% print $ZSH_VERSION $ZSH_PATCHLEVEL
4.3.11-dev-1 1.5223
torch% zstyle -L
zstyle ':completion:*' file-sort access
zstyle ':completion:*' matcher-list '' 'l:|=* r:|=*' 'r:|[._-]=** r:|=**' 'm:{[:lower:][:upper:]}={[:upper:][:lower:]}'
torch% tar xvf
tags in context :completion::complete:tar::
globbed-files (_files _tar_archive _tar (eval))
directories (_files _tar_archive _tar (eval))
all-files (_files _tar_archive _tar (eval))
So whatever this was, it's already been fixed.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author