Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: _expand_word_and_keep of 'keeper suite' doesn't work



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