zsh-workers
 help / color / mirror / code / Atom feed
6b68fadf04bb774141a867ef2d5453129613d057 blob 283 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
 
#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
debug log:

solving 6b68fad ...
found 6b68fad in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).