zsh-workers
 help / color / mirror / code / Atom feed
c588dfadbff28d33ad32651f1f9763fa27cb8457 blob 321 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
#compdef -K _expand_alias complete-word \C-Xa

if (( ${funcstack[(I)_main_complete]} )); then
  compstate[to_end]=match
  _main_complete _expand_alias
else

  if _expand -a; then
    compstate[insert]=1
    return
  fi

  zstyle -t ":completion:${curcontext}:" complete &&
      _main_complete - expand-alias _aliases
fi
debug log:

solving c588dfadb ...
found c588dfadb in https://inbox.vuxu.org/zsh-workers/CAHLkEDs+4vv0xqq2u5g6msgpstrErFjqEFshHocfbqqYyh-SVQ@mail.gmail.com/
found 8240e4162 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 8240e4162f5d26e04ecf33a731d45763684f7075	Completion/Base/Completer/_expand_alias

applying [1/1] https://inbox.vuxu.org/zsh-workers/CAHLkEDs+4vv0xqq2u5g6msgpstrErFjqEFshHocfbqqYyh-SVQ@mail.gmail.com/
diff --git a/Completion/Base/Completer/_expand_alias b/Completion/Base/Completer/_expand_alias
index 8240e4162..c588dfadb 100644

Checking patch Completion/Base/Completer/_expand_alias...
Applied patch Completion/Base/Completer/_expand_alias cleanly.

index at:
100644 c588dfadbff28d33ad32651f1f9763fa27cb8457	Completion/Base/Completer/_expand_alias

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