zsh-workers
 help / color / mirror / code / Atom feed
cb90ddef11d57a7f40a069d5ffbc07fc05d8ccba blob 440 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
 
#compdef zed fned histed

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

solving cb90dde ...
found cb90dde in https://inbox.vuxu.org/zsh-workers/CAH+w=7aWxdY3KuTaYym1GiAowRRHBc=2AJPPgqOmN8G6L0xT2A@mail.gmail.com/ ||
	https://inbox.vuxu.org/zsh-workers/CAH+w=7aWxdY3KuTaYym1GiAowRRHBc=2AJPPgqOmN8G6L0xT2A@mail.gmail.com/
found 6b68fad in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 6b68fadf04bb774141a867ef2d5453129613d057	Completion/Zsh/Command/_zed

applying [1/2] https://inbox.vuxu.org/zsh-workers/CAH+w=7aWxdY3KuTaYym1GiAowRRHBc=2AJPPgqOmN8G6L0xT2A@mail.gmail.com/
diff --git a/Completion/Zsh/Command/_zed b/Completion/Zsh/Command/_zed
index 6b68fad..cb90dde 100644

error: corrupt patch at line 18

git apply error: exit status=128
trying https://inbox.vuxu.org/zsh-workers/CAH+w=7aWxdY3KuTaYym1GiAowRRHBc=2AJPPgqOmN8G6L0xT2A@mail.gmail.com/

applying [2/2] https://inbox.vuxu.org/zsh-workers/CAH+w=7aWxdY3KuTaYym1GiAowRRHBc=2AJPPgqOmN8G6L0xT2A@mail.gmail.com/
diff --git a/Completion/Zsh/Command/_zed b/Completion/Zsh/Command/_zed
index 6b68fad..cb90dde 100644

Checking patch Completion/Zsh/Command/_zed...
Applied patch Completion/Zsh/Command/_zed cleanly.

index at:
100644 cb90ddef11d57a7f40a069d5ffbc07fc05d8ccba	Completion/Zsh/Command/_zed

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).