Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Broken specialsed file completion
- X-seq: zsh-workers 39113
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: Zsh hackers list <zsh-workers@xxxxxxx>
- Subject: Broken specialsed file completion
- Date: Sun, 28 Aug 2016 22:21:12 +0100
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
For some reason the following, which has worked fine for many years, has
stopped working.
zle -C most-recent-file menu-complete _generic
zstyle ':completion:most-recent-file:*' completer _menu _path_files _match
zstyle ':completion:most-recent-file:*' file-sort modification
zstyle ':completion:most-recent-file:*' hidden all
bindkey '^X.' most-recent-file
Instead of completing most recently modified files, it reports
_path_files:compfiles:466: too few arguments
pws
Messages sorted by:
Reverse Date,
Date,
Thread,
Author