Current Path : /proc/2/root/usr/share/zsh/4.3.11/functions/ |
Current File : //proc/2/root/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