Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#270632: zsh: Completion and spaces
- X-seq: zsh-workers 20342
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Clint Adams <schizo@xxxxxxxxxx>
- Subject: Re: Bug#270632: zsh: Completion and spaces
- Date: Thu, 9 Sep 2004 07:59:02 -0700 (PDT)
- Cc: zsh-workers@xxxxxxxxxx, 270632-submitter@xxxxxxxxxxxxxxx
- In-reply-to: <20040908235639.GB6785@xxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20040908115321.GA2417@xxxxxxxxx> <20040908180950.GC25987@xxxxxxxxxxx> <20040908194101.GD2775@xxxxxxxxx> <20040908202633.GA3130@xxxxxxxxxxx> <Pine.LNX.4.61.0409081645470.31752@xxxxxxxxxxxxxxxxxx> <20040908235639.GB6785@xxxxxxxxxxx>
- Reply-to: zsh-workers@xxxxxxxxxx
On Wed, 8 Sep 2004, Clint Adams wrote:
> > No, it isn't. See zsh-users/7841 for discussion, and the final three
> > paragraphs therein for suggested repair.
>
> Ah. Is there a downside to the LBUFFER+='' workaround?
Only that it always disables auto-suffix-removal. E.g., if $LBUFFER ends
in a slash which was added as a completion suffix, and the first character
of the word to be inserted is also a slash, then normally the suffix would
be deleted in order that the slash not become doubled; but with the work-
around, you get the double slash.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author