From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7716 invoked by alias); 4 Mar 2010 16:32:32 -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: 27772 Received: (qmail 2688 invoked from network); 4 Mar 2010 16:32:31 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.2.5 Received-SPF: none (ns1.primenet.com.au: domain at bewatermyfriend.org does not designate permitted sender hosts) From: Frank Terbeck To: Nikolai Weibull Cc: zsh-workers@zsh.org Subject: Re: PATCH: _git: support for user-specific sub commands In-Reply-To: (Nikolai Weibull's message of "Thu, 4 Mar 2010 16:52:49 +0100") References: <1267717516-10175-1-git-send-email-ft@bewatermyfriend.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) Date: Thu, 04 Mar 2010 17:20:10 +0100 Message-ID: <87mxyoys79.fsf@ft.bewatermyfriend.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Df-Sender: 430444 Nikolai Weibull wrote: > On Thu, Mar 4, 2010 at 16:45, Frank Terbeck wrote: [...] >> This also changes one >> ':completion:${curcontext}:' to ":completion:${curcontext}:" (single >> versus double quotes), which I believe is right. > > Was this still not fixed? I thought this had made the rounds a couple > of times at least :-/. > >> Would you agree, Nikolai? > > Yes, this all seems right. Okay, I've committed this.