Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Incorrect use of "expl" ?
- X-seq: zsh-workers 40968
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: Incorrect use of "expl" ?
- Date: Thu, 13 Apr 2017 09:20:03 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version; bh=T8qJMPmGcJFGqZFFlhw8JU9F8rqvy1Cs0mBmS91VLzE=; b=LeF03s9Q5e/47x8QrjqzZ13CKzqsV5kAMJe7mXc3fTPNJ70JinLyr351KHv1B8604E cgdEFDuPJWV15Lyw8onmsXk6fFDXns2IICac0jIJCLsAdRFtBYBnrW7O+NEIyf9XjugN 75SD7Qm3mZD18tHTVA3z1Vi4jFD0G8znwJsqFrZud3Fy4c0OZBX8+n0uZhie+X7KXdi0 kPfY/66WQst/jdT7yR2+GKSIBEAaParwuo9GScyEpDTUGZBLr1YMsslVsKw7bwFACEKv 5K0z705LjQgcF13coi+FBYpCdJpb1ARi66z6N1CGQoM3mmHR9eOcgSGNT3lfAyRCsXXo W5aA==
- In-reply-to: <34487.1492098269@hydra.kiddle.eu>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <170409114724.ZM29567@torch.brasslantern.com> <34487.1492098269@hydra.kiddle.eu>
Thanks for digging through all these, Oliver. One question --
On Apr 13, 5:44pm, Oliver Kiddle wrote:
}
} diff --git a/Completion/Unix/Command/_stgit b/Completion/Unix/Command/_stgit
Two hunks like this:
} - _wanted -V "unapplied patches" expl "patch" \
} + _wanted -V unapplied-patches expl "patch" \
But then:
} @@ -36,7 +36,7 @@ else
} last_word="$words[$CURRENT-1]"
} refresh_patch_options=( -p --patch )
} if [[ -n ${refresh_patch_options[(r)$last_word]} ]]; then
} - _wanted -V "applied patches" expl "patch" \
} + _wanted -V applied-patch expl "patch" \
} compadd ${${(M)${(f)"$(stg series 2> /dev/null)"}##[+>] *}#[+>] } \
} && ret=0
} else
Should that be "applied-patches" in the third hunk as well?
Messages sorted by:
Reverse Date,
Date,
Thread,
Author