Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: what is removing the space after completion and before "|"?
- X-seq: zsh-workers 16790
- From: Derek Peschel <dpeschel@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: Re: what is removing the space after completion and before "|"?
- Date: Sat, 9 Mar 2002 21:45:38 -0800
- In-reply-to: <1020309182056.ZM24962@xxxxxxxxxxxxxxxxxxxxxxx>; from schaefer@xxxxxxxxxxxxxxxx on Sat, Mar 09, 2002 at 06:20:56PM +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020309020350.A25556@xxxxxxxxxxxxxxxxx> <20020309103417.GA15311@xxxxxxx> <1020309182056.ZM24962@xxxxxxxxxxxxxxxxxxxxxxx>
On Sat, Mar 09, 2002 at 06:20:56PM +0000, Bart Schaefer wrote:
> On Mar 9, 2:03am, Derek Peschel wrote:
> } I hit tab to complete a filename, I type "|", and the space gets erased.
> } Is this goverened by one of the AUTO_... options or something else?
>
> It depends.
>
> With default builtin completions, suffix removal is controlled by the
> slightly-misnamed AUTO_REMOVE_SLASH option.
I'm using the old completion system and I haven't tried compctl. I don't
think AUTO_REMOVE_SLASH has any effect in the particular case of spaces
before pipe characters (I tried it both ways). This is with a 4.1
development version.
Is compresult.c the only file that deals with suffixes?
-- Derek
Messages sorted by:
Reverse Date,
Date,
Thread,
Author