mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-02 10:01:11 +02:00
parent
758966502c
commit
2870302afa
1 changed files with 2 additions and 2 deletions
|
@ -7760,14 +7760,14 @@ _git() {
|
||||||
declare -gUa _git_third_party_commands
|
declare -gUa _git_third_party_commands
|
||||||
_git_third_party_commands=()
|
_git_third_party_commands=()
|
||||||
|
|
||||||
local file
|
local file input
|
||||||
for file in ${^fpath}/_git-*~(*~|*.zwc)(-.N); do
|
for file in ${^fpath}/_git-*~(*~|*.zwc)(-.N); do
|
||||||
local name=${${file:t}#_git-}
|
local name=${${file:t}#_git-}
|
||||||
if (( $+_git_third_party_commands[$name] )); then
|
if (( $+_git_third_party_commands[$name] )); then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local desc= input
|
local desc=
|
||||||
integer i=1
|
integer i=1
|
||||||
while read input; do
|
while read input; do
|
||||||
if (( i == 2 )); then
|
if (( i == 2 )); then
|
||||||
|
|
Loading…
Reference in a new issue