Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: removing added completion space
- X-seq: zsh-users 19491
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: removing added completion space
- Date: Wed, 3 Dec 2014 13:06:54 -0800
- In-reply-to: <XnsA3F8C0DF91E67davidrayninfocouk@80.91.229.13>
- 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: <XnsA3F8C0DF91E67davidrayninfocouk@80.91.229.13>
On Wed, Dec 3, 2014 at 10:57 AM, zzapper <david@xxxxxxxxxxxxxx> wrote:
> Hi
> Some time ago (Feb) I asked about a way to avoid the space added by
> completion which is such a nuisance when you need a 2 stage complete. SC
> provided a solution which I can no longer find but which went over my head.
Not sure who SC, but Oliver's response was to provide a patch for
_expand_alias which has now been added to the sources, so if you have
5.0.7 you should be able to make use of it.
zstyle ':completion:expand-alias-word:*' add-space false
The doc for the add-space style needs updating to mention
_expand_alias along with _prefix.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author