1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-11 13:01:28 +02:00
zsh/Completion/Zsh/Command/_zed
Sven Wischnowsky c6686513ef new _zed
2001-04-02 12:45:05 +00:00

7 lines
179 B
Text
Executable file

#compdef zed fned
case $service in
(fned) _arguments ':shell function:_functions';;
(zed) _arguments '(-):file:_files' \
'(:)-f[edit function]:shell function:_functions';;
esac