From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11969 invoked by alias); 14 Jan 2013 09:48:25 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17561 Received: (qmail 14548 invoked from network); 14 Jan 2013 09:48:20 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at linux.vnet.ibm.com does not designate permitted sender hosts) Date: Mon, 14 Jan 2013 17:37:48 +0800 From: Han Pingtian To: zsh-users@zsh.org Subject: Re: vared history not working inside scripts Message-ID: <20130114093748.GA2518@localhost.localdomain> References: <130113105421.ZM5620@torch.brasslantern.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <130113105421.ZM5620@torch.brasslantern.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13011409-9360-0000-0000-00000F29EE41 On Sun, Jan 13, 2013 at 10:54:21AM -0800, Bart Schaefer wrote: > There's an example of this in Functions/Misc/sticky-note in the sources > (usually found at ${^fpath}/sticky-note(N:[1]) after installation). Looks like the ':' here is unnecessary, right? Thanks.