1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 08:30:54 +02:00
zsh/Completion/Commands/_most_recent_file
1999-04-15 18:05:38 +00:00

4 lines
109 B
Text

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