1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-04 22:51:42 +02:00
zsh/Completion/Zsh/Command/_zed
2018-06-21 13:28:24 +02:00

10 lines
283 B
Text

#compdef zed fned
case $service in
(fned) _arguments -S : ':shell function:_functions';;
(zed) _arguments -S : \
'(- 2):file:_files' \
'(1):shell function:_functions' \
'(1)-x+[specify spaces to use for indentation in function expansion]:spaces' \
'(1)-f[edit function]';;
esac