1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-19 21:44:11 +01:00
zsh/Completion/Zsh/Command/_zed
Sven Wischnowsky c6686513ef new _zed
2001-04-02 12:45:05 +00:00

8 lines
179 B
Plaintext
Executable File

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