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

Broken specialsed file completion



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