Current File : //usr/share/zsh/5.0.2/functions/_zed
#compdef zed fned

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