From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24183 invoked by alias); 10 Jan 2016 12:37:28 -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: 21142 Received: (qmail 7514 invoked from network); 10 Jan 2016 12:37:27 -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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=xhyBGCkp0MhpM7qjuUlhSsvs+t5jiL03+mUbNknqnGY=; b=zkgeDmyEjfMX2vZinpOh0fcgoX/6nFhczj28a22ik229pnXICy5POlV9QhpW5vvtF7 HLk/Yl3I9GGiA4G4F7gNG6c4qO4ku5ou+X0OOzK2pfu6exPFRfs8uXUUNc5D/G/bQzj4 5p0MayRTMDHkFOlI5MebwYGMvp3lEvjZUQahGnPoYK1DMYruABdwYsIkOHK4iOgyT6r6 LRldh7WfVD6LYR5Ck3qSeGbTa5mRe1NjiBxMrPri8sXAMjypKJheVsabFrHT+pZG3ayL VYrV+fa4UHzEGSDXf0AdlWWFvYi55YRbaG02Ihk4qHXy9RDFqJ0aXGwH/Q65ZSmC+WoD aDKw== X-Received: by 10.25.23.86 with SMTP id n83mr22560790lfi.66.1452429444292; Sun, 10 Jan 2016 04:37:24 -0800 (PST) MIME-Version: 1.0 In-Reply-To: References: <20160108093313.GA16910@linux.vnet.ibm.com> <160109155417.ZM4367@torch.brasslantern.com> From: Sebastian Gniazdowski Date: Sun, 10 Jan 2016 13:37:04 +0100 Message-ID: Subject: Re: Announcement of Zsh Command Architect v1.0 To: Mikael Magnusson Cc: Bart Schaefer , Zsh Users Content-Type: text/plain; charset=UTF-8 On 10 January 2016 at 10:52, Sebastian Gniazdowski wrote: > I was using 5.0.8 and it doesn't work there, but in 5.1.1 it works, > multiple filenames are proposed I was bisecting to find which patch changed the behavior and noticed that all revisions tested by git worked. I removed recent entries with the filename from ~/.zhistory and then it stopped working. So it looks like the filename was too far away in history to make _history-complete-older see it. This probably has something to do with your zstyle Mikael. If I copy an old ~/.zhistory entry to a recent position then the filename is correctly proposed. Best regards, Sebastian Gniazdowski