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 16788
- From: "Bart Schaefer" <schaefer@xxxxxxxxxxxxxxxx>
- To: Derek Peschel <dpeschel@xxxxxxxxxx>, zsh-workers@xxxxxxxxxx, John Beppu <beppu@xxxxxxx>
- Subject: Re: what is removing the space after completion and before "|"?
- Date: Sat, 9 Mar 2002 18:20:56 +0000
- In-reply-to: <20020309020350.A25556@xxxxxxxxxxxxxxxxx>
- In-reply-to: <20020309103417.GA15311@xxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20020309020350.A25556@xxxxxxxxxxxxxxxxx> <20020309103417.GA15311@xxxxxxx>
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.
If you extend the default completions with `compctl', it depends on the
-q option having been passed to compctl.
With new completion -- when you run `compinit' from your startup files --
it depends on the definitions of the individual completion functions,
which really means it depended on the preferences of the person who
wrote the function for us.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author