about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_zed
blob: 211dae7df748c7105cab09a0c10c3cf71a05ee23 (plain) (blame)
1
2
3
4
5
6
7
8
9
#compdef zed fned

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