1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
zsh/Completion/Commands/_most_recent_file

5 lines
109 B
Plaintext
Raw Normal View History

1999-04-15 20:05:38 +02:00
#defkeycomp complete-word \C-xm
local file
file=($~PREFIX*$~SUFFIX(om[1]N))
(( $#file )) && compadd -f $file