Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Completion in pwd before subdirecories
- X-seq: zsh-users 6897
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh-users List <zsh-users@xxxxxxxxxx>
- Subject: Re: Completion in pwd before subdirecories
- Date: Mon, 15 Dec 2003 18:48:59 +0000
- In-reply-to: <20031215125152.GK11150@xxxxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20031213154651.GR18859@xxxxxxxxxxxxxxxxxxxx> <1031213191918.ZM5325@xxxxxxxxxxxxxxxxxxxxxxx> <20031213233905.GW18859@xxxxxxxxxxxxxxxxxxxx> <3213.1071488991@xxxxxxxxxxx> <20031215125152.GK11150@xxxxxxxxxxxxxxxxxxxx>
On Dec 15, 1:51pm, Jesper Holmberg wrote:
} Subject: Re: Completion in pwd before subdirecories
}
} > zstyle ':completion:*' file-patterns \
} > '*(-/):directories %p(^-/):globbed-files' '*:all-files'
} > zstyle ':completion:*' group-name ''
} > zstyle ':completion:*' group-order \
} > globbed-files all-files directories
} >
} I put your lines in my .zshrc, but now I get surprising results:
There's yet another bug wherein %p is not expanded correctly in the
file-patterns style, which may be affecting you. That was fixed in
zsh-workers/18811, I believe.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author