blob 5cdeea2642d708f9ea0902a01e3a97deaf506e96 174 bytes (raw)
name: Completion/Zsh/Context/_equal # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
| | #compdef -equal-
local -a match mbegin mend
if _have_glob_qual $PREFIX; then
compset -p ${#match[1]}
compset -S '[^\)\|\~]#(|\))'
_globquals
else
_path_commands
fi
|
debug log:
solving 5cdeea264 ...
found 5cdeea264 in https://git.vuxu.org/mirror/zsh/
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
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).