Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: _expand_word_and_keep of 'keeper suite' doesn't work
- X-seq: zsh-users 9730
- From: Hannu Koivisto <azure@xxxxxx>
- To: "Zsh Users' List" <zsh-users@xxxxxxxxxx>
- Subject: Re: _expand_word_and_keep of 'keeper suite' doesn't work
- Date: Fri, 02 Dec 2005 00:39:00 +0200
- In-reply-to: <1051201160536.ZM12180@xxxxxxxxxxxxxxxxxxxxxxx> (Bart Schaefer's message of "Thu, 01 Dec 2005 16:05:36 +0000")
- Mail-copies-to: nobody
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <87iru9i1h6.fsf@xxxxxxxxxxxxxxxx> <1051201160536.ZM12180@xxxxxxxxxxxxxxxxxxxxxxx>
- Sender: Hannu Koivisto <Hannu.Koivisto@xxxxxxxxxxx>
Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> writes:
> The accept-exact and keep-prefix styles can cause _expand to skip
> the call to compadd entirely, and styles that affect the value of
> $compstate[insert] can cause it to skip the step that passes the -J
> flag. What are your zstyle settings?
These:
zstyle ':completion:*:cd:*' tag-order local-directories directories -
zstyle ':completion:all-matches:*' old-matches only
zstyle ':completion:all-matches::::' completer _all_matches
--
Hannu
Messages sorted by:
Reverse Date,
Date,
Thread,
Author