Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
completion with midword tildes
- X-seq: zsh-workers 9294
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: completion with midword tildes
- Date: Tue, 11 Jan 2000 14:14:34 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
In dev-14 and the latest jaist CVS snapshot, at least, complete
will not complete a word containing a tilde if the tilde is
specified. It will, however, do so if a backslash is specified.
This happens whether or not EXTENDED_GLOB is set. That is to say
% mkdir a~b
% cd a<TAB> --> cd a\~b
% cd a~<TAB> --> cd a~<BEEP>
% cd a\<TAB> --> cd a\~b
% cd a\~<TAB> --> cd a\~b
Some older behavior used to allow
% cd a~<TAB> --> cd a\~b
Is the old behavior undesirable? Particularly when EXTENDED_GLOB
is unset, I would expect a~ to complete.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author