5cdeea2642d708f9ea0902a01e3a97deaf506e96 blob 174 bytes (raw)
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/
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).