zsh-workers
 help / color / mirror / code / Atom feed
26b202c437dfdf2f119eadef0b2a08dcce5686b5 blob 288 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
 
comptestinit () {
  
  setopt extendedglob
  [[ -d $ZTST_testdir/Modules/zsh ]] && module_path=( $ZTST_testdir/Modules )

  zmodload -i zsh/parameter || return $?
  autoload -Uz bashcompinit || return $?
  bashcompinit || return $?

}

comptest () {
  compgen -W 'abc abe ab a def' ab
}

debug log:

solving 26b202c ...
found 26b202c 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).