From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1643 invoked by alias); 5 Dec 2015 08:43:54 -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: 21048 Received: (qmail 29028 invoked from network); 5 Dec 2015 08:43:53 -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:from:date:message-id:subject:to:content-type; bh=rVgp1vtATRYnHXl1pgkiXpXWJfNEFj6wCGhOe/uIt+A=; b=rHqKLb7fFmkgrq2QxEpyLoXs9quvz/By5KdReIMaS+wOk7M4HrSX0MYWP0qGc/S8I8 XStbt/znzTwUrbNNjX3iyXfRg+E0lmI/uQFZRcmgmxULTblAQTRef4SWqXyRqirwnsjM mFkkShSaTExdY5ZzA8B0Y/stnVbrcfpD31gpxYbA9zJ+yvsYXMusrGNetebouI9Phdyf HzZufaWqUa4cMGyFf/heS0t5blo5qiPhIkbXKxIZCUUUrngqi9Si45zvqqVYBXVt5Qrb im7CmNa+eT0ZM/5klKNa9krCriX0nnNVMr+LGiWhY0sguZUKxJmkzzQAOB30Ehmo86/t 0Nlw== X-Received: by 10.112.150.135 with SMTP id ui7mr8579686lbb.53.1449305027713; Sat, 05 Dec 2015 00:43:47 -0800 (PST) MIME-Version: 1.0 From: Sebastian Gniazdowski Date: Sat, 5 Dec 2015 09:43:28 +0100 Message-ID: Subject: Feature request: #a (approximate matching) only for spaces To: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Hello, currently #a{num} works on any character. It would be useful to have it work only on spaces. For example, if someone greps history with "gitpush", it would match "git push". Current #a does this match like described, however it also adds "noise" by doing matches with all other errors handled by #a, for all characters. Also, I wonder if there can something be done to handle searches as follows: gitpurge #=> git remote purge origin Best regards, Sebastian Gniazdowski