zsh-workers
 help / color / mirror / code / Atom feed
68b2fbc99863b59b08b8823da5b9d6d7b39ea800 blob 275 bytes (raw)

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

local expl

_description files expl 'elf object file'

__object_file() {
  [[ -x $REPLY || $REPLY = *.([ao]|so|elf)(.<->)## ]] ||
    [[ $OSTYPE = linux* && $REPLY = core.* ]] ||
    [[ $OSTYPE = openbsd* && $REPLY = *.core ]]
}

_files -g '*(-.e,__object_file,)'
debug log:

solving 68b2fbc ...
found 68b2fbc in https://inbox.vuxu.org/zsh-workers/20151211064440.GA19567@CptOrmolo.darkstar/

applying [1/1] https://inbox.vuxu.org/zsh-workers/20151211064440.GA19567@CptOrmolo.darkstar/
diff --git a/Completion/Unix/Type/_elf_files b/Completion/Unix/Type/_elf_files
new file mode 100644
index 0000000..68b2fbc

Checking patch Completion/Unix/Type/_elf_files...
Applied patch Completion/Unix/Type/_elf_files cleanly.

index at:
100644 68b2fbc99863b59b08b8823da5b9d6d7b39ea800	Completion/Unix/Type/_elf_files

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