Current Path : /usr/share/zsh/4.3.11/functions/ |
Current File : //usr/share/zsh/4.3.11/functions/_zed |
#compdef zed fned case $service in (fned) _arguments ':shell function:_functions';; (zed) _arguments '(-):file:_files' \ '(:)-f[edit function]:shell function:_functions';; esac