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

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
#autoload

local expl

_description files expl 'object file'

__object_file() {
  [[ -x $REPLY || $REPLY = *.(a|o|elf|dylib) || $REPLY = *.so(.<->)# ||
	$REPLY = (core*|*.core) ]]
}

_files -g '*(-.e,__object_file,)' "$@" "${(@)expl}"
debug log:

solving 6b931372f ...
found 6b931372f 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).