1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-17 12:41:14 +02:00
This commit is contained in:
Sven Wischnowsky 2001-04-02 12:45:05 +00:00
parent cbba9da870
commit c6686513ef

7
Completion/Zsh/Command/_zed Executable file
View file

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