From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16987 invoked by alias); 10 May 2011 17:38:15 -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: 16016 Received: (qmail 27930 invoked from network); 10 May 2011 17:38:04 -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.212.43 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:date :message-id:subject:from:to:cc:content-type; bh=6aOyL/Zf1fCkZ7DfkV9mFsPDsdJpjb+s+6BrTfxOWd4=; b=OEzo3Rux94zDFVxlj2rTJydyPI6K9Bpz6EHXR2i8IovyAK2ahvZSuFq1B0Gfe63zJe qNQsvNl51hf4dgG4l9vS13UVuSEnetaZlirDBVvz5cR1+UViV0Hei2b/85ysYD4qHNOs /TQuC4gk3FiWh4T3gVlYeLZaTOs9xlx7B8dkI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=vmaq/kYAHGxMSCK8AmS9G4uDLuSlZWbf3WrjFtcYHiT2k7oMGO5eQ2tzzGq186s9im 22nO3TdZaPG4R4WGI5zG/FADeCdBlSdzGrysJ1uZH94V9Ro5q+vKd5aY2WBzuYvhFbBT +Lx+a4dPTG5tOgVePFKG1ckrhOEJiZ36b+WGs= MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 10 May 2011 19:37:58 +0200 Message-ID: Subject: Re: Substituting grep (and other) output to open files in Vim From: Mikael Magnusson To: "Benjamin R. Haskell" Cc: Richard Hartmann , zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On 10 May 2011 17:26, Benjamin R. Haskell wrote: > > I'm at a loss as to "why". :-) > > What's the actual problem you're trying to solve? These don't seem like > things you would want to type, At least in my case, this is compiler errors/warnings output, and similar. It's nice to just cut and paste the thing without munging the :123: to +123 manually. -- Mikael Magnusson