From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8174 invoked by alias); 19 May 2015 04:40:08 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 35206 Received: (qmail 1100 invoked from network); 19 May 2015 04:40:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.0 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=Tq4hP7ewv8AH1k0g0QgyJvIf2lTPhCJ5jm0iHwxNyIc=; b=Fqq2d5Z3mQDokFiv/tr+t7QKbX58mnpGCp5NSQVXQzLmX3ntRDN4cjf2EIyNO77jyp XprVr8+UlJvdvbYrmFFl8iYWyWaT705qZyCNminb+39baazv1Bsw5TtF3xvsC93+XVQD u/SGo26cAsW5J1oD1sCi0XRmoJas3fDVTj29uI8S6eeaWwF/qQzR46EW9qOOf0e20hh2 vS3t2Jxr0wEi1MSr81Mn91QAS6zo2+YNlHWz/XLlqZ8mXi4Jqlg11KcU9XIvq/WQw+zf 7211EEle+x2kf3ubi+qU2NZnqDE6fEX/m1F/qVDTCZHlMt2RUke9y79dt/n/C9+3SJpV tVRQ== X-Gm-Message-State: ALoCoQn/49CmPTbrqtUcBr3M3uq5ui4hVjsWHGtUObNxAtGCIQm3TXL2UxBjtJ6XODSx0tIaFg0j X-Received: by 10.107.25.131 with SMTP id 125mr35144808ioz.44.1432010405676; Mon, 18 May 2015 21:40:05 -0700 (PDT) From: Bart Schaefer Message-Id: <150518214003.ZM6919@torch.brasslantern.com> Date: Mon, 18 May 2015 21:40:03 -0700 In-Reply-To: <20150519013803.GC2024@tarsus.local2> Comments: In reply to Daniel Shahaf "_git commit object name completion" (May 19, 1:38am) References: <20150519013803.GC2024@tarsus.local2> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: zsh-workers@zsh.org Subject: Re: _git commit object name completion MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii On May 19, 1:38am, Daniel Shahaf wrote: } } % git checkout f } f82ecfc -- [f82ecfc] m (3 minutes ago) } } I expected 'f82ecfc' to be added to the command-line immediately, as } it's the only completion. Instead, I only get the list of possible } completions and the buffer remains unmodified, no matter how many times } I press . I'd make a small wager that this is another effect of workers/35101. If you revert 454f079852deb0c704870c7d5a462485f1e65bbf, do you get the result you expect?