From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17675 invoked by alias); 27 May 2011 15:09:45 -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: 16054 Received: (qmail 27897 invoked from network); 27 May 2011 15:09:44 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 Received-SPF: pass (ns1.primenet.com.au: SPF record at _spf.google.com designates 209.85.160.171 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=ojDJomHcL5bD0ztzrdxpAh/idGm3EWnorfNdPhc3Te0=; b=D9bgSMUYXrmfyACCdkAiY25XFdpx3R2rmTmHW/KK3wCoMQNzT53mzQiEZw1bgdePje xGDIy+3mq6KC6p7IaFldrWIM6IscAjK9ZPnPaMz97tACJt38IlerDnQvp7qB4QMsFAG+ GMOXJiOpiwKUv3voUVjKf58Ibak2Vj/UL3HLM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=CRobfw6hQJkCO+SfLihwfG7PLGXpvBuQwTBhem6KjjKG4A1+17UZbnrpxRg+SkCbX6 mBzjrpsV87Mi34+vvRmI43U3jB4HgIgJYVuN5GU/mNE3xkM/dJ8S11fZzFVcuH9wHg8K T+vVuslEtFB5OLBLG9lQLaQKlwI5vaJFHr0hM= MIME-Version: 1.0 In-Reply-To: References: From: Richard Hartmann Date: Fri, 27 May 2011 17:09:19 +0200 Message-ID: Subject: Re: Substituting grep (and other) output to open files in Vim To: Wayne Davison Cc: =?UTF-8?B?SsOpcsOpbWllIFJvcXVldA==?= , zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable 2011/5/11 Wayne Davison : > Nice. =C2=A0Let's improve that so that it is possible to specify multiple > files and/or options and files (though we don't give anything but a > single arg special treatment) and also to avoid a "parameter not set" > error for folks that like to run interactively with "setopt no_unset": FWIW, I have been using this all the time now. I love it :) I just noticed one regression when compared to J=C3=A9r=C3=A9mie's version: vim foo:123:abc does not act like vim foo +123 Thanks to everyone for the help, Richard