mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-22 00:21:27 +01:00
moved to Completion/Base/Utility/_call_program
This commit is contained in:
parent
9e1b944434
commit
8b603585aa
1 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
|||
#autoload +X
|
||||
|
||||
local tmp
|
||||
|
||||
if zstyle -s ":completion:${curcontext}:${1}" command tmp; then
|
||||
if [[ "$tmp" = -* ]]; then
|
||||
eval "$tmp[2,-1]" "$argv[2,-1]"
|
||||
else
|
||||
eval "$tmp"
|
||||
fi
|
||||
else
|
||||
eval "$argv[2,-1]"
|
||||
fi
|
Loading…
Reference in a new issue