Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Feature request: #a (approximate matching) only for spaces
- X-seq: zsh-users 21518
- From: Sebastian Gniazdowski <sgniazdowski@xxxxxxxxx>
- To: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- Subject: Re: Feature request: #a (approximate matching) only for spaces
- Date: Sun, 8 May 2016 08:13:58 +0200
- Cc: Zsh Users <zsh-users@xxxxxxx>
- 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; bh=vjY/Hrbe6Ma24AowQybhMURrCti3It0Y6qxQhCQmP60=; b=Z3nGoSa6c4lMEuE1dBUy1fSDqvRf/zCoZDS0lbdhxESMYIkojJVK2A8aHLO0hi2ZBT Tw6E7/v8aV7hduqRKWhG5zdMnGKLK+BBiKcUi80nh1XKPA42K+nEAqvczKaYqB0ECW5m 4OHRidOQNnwP0htm/qIqVQ0haCwxb9Hwgx54qzjhiWExgS4oivt3ya4+O+c9ZfvuyG2L 8Bq0qP7D7OOI1x80EPgm/bkVmR79wWSgn7bSUNDdFJd5+fo0MUTQXp8Ubl/0ikef5QWf DNQXhgJUjxYG8b24/7gyDiXAtiIZ4ycvMd8sjN6/zE9G6XpRTHhqZndkbdP0aLqLxTQA QqHQ==
- In-reply-to: <151207002253.ZM32539@torch.brasslantern.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <CAKc7PVATpn35B0mNzKQQFCpAgKq6F8C98nCFb0OfXMobJNi6Ow@mail.gmail.com> <CAHYJk3RgHN+WZs-57dOSuNJ2KQVJFEMK3GYOeXKktbvZ6ba+Ww@mail.gmail.com> <151207002253.ZM32539@torch.brasslantern.com>
On 7 December 2015 at 09:22, Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
> On Dec 7, 5:44am, Mikael Magnusson wrote:
> }
> } % print -l ${~s//(#b)(?)/$match[1]*} # make the pattern g*i*t*p*u*r*g*e*
>
> Yeah, but that also matches gfooifootfooifoopfooufoorfoogfooefoo, which
> I'm not sure is what Sebastian wants. The pattern
Specifically, it also matches: git pull origin master :) I wonder how
close one can get with patterns to recently popular fuzzy matching. I
guess it's not possible, but maybe miracles happen?
Best regards,
Sebastian Gniazdowski
Messages sorted by:
Reverse Date,
Date,
Thread,
Author