mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-03 10:21:46 +02:00
4 lines
109 B
Text
4 lines
109 B
Text
#defkeycomp complete-word \C-xm
|
|
local file
|
|
file=($~PREFIX*$~SUFFIX(om[1]N))
|
|
(( $#file )) && compadd -f $file
|