Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problem with ignore-line and parenthesis
- X-seq: zsh-users 7929
- From: Jesper Holmberg <jesperh@xxxxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: Problem with ignore-line and parenthesis
- Date: Thu, 26 Aug 2004 20:18:57 +0200
- Mail-followup-to: Zsh-users List <zsh-users@xxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: Jesper Holmberg <jesperh@xxxxxxxxx>
I have the following zstyle in my .zshrc:
zstyle ':completion:*:(rm|cp|mv):*' ignore-line yes
Filenames with parentheses in them seem to cause problems, though. If I
have a file called for example "m(25).txt", and write the line:
% cp m(25).txt
and then press tab after the space at the end of the line, m(25).txt is
again suggested as a completion. This does not happen with other files.
This is zsh 4.2.1 on Debian Sid.
Jesper
Messages sorted by:
Reverse Date,
Date,
Thread,
Author