about summary refs log tree commit diff
path: root/Completion/Commands/_most_recent_file
blob: ff5645de5e284116357d775356db457f89445965 (plain) (blame)
1
2
3
4
#defkeycomp complete-word \C-xm
local file
file=($~PREFIX*$~SUFFIX(om[1]N))
(( $#file )) && compadd -f $file