Files
zsh/Completion/Commands/_most_recent_file
1999-04-15 18:05:38 +00:00

5 lines
109 B
Plaintext

#defkeycomp complete-word \C-xm
local file
file=($~PREFIX*$~SUFFIX(om[1]N))
(( $#file )) && compadd -f $file