From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7981 invoked by alias); 10 May 2011 18:16:27 -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: 16017 Received: (qmail 9549 invoked from network); 10 May 2011 18:16:26 -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.210.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; bh=81BEm8UiO2+UtLzN9YAs/Zaa9tAwa+w/RQh4RIRUUjE=; b=uIZxVJgtkLrqgnLB7Bn57JwJyRtkzKn6VNKE9XTn3WnFjBCivsXKrud7NtdLk1WIli urr0Rai6NfFOhfYU9yGc4Ul8vjEn3yEFPpz22UnGNataHwaaN8heQ4co82nBL3JxnOlX OvyZDJ/Jjy8D1f0TdhIkXlLhtiw0RujJVnBPk= 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; b=sdgvE0fSPcGtZXQs+SoBunhF0Y1tCbezh7vq5NmZQ+dfzDabj5LAsITHCH/jKAcUTC oXUYZmMgPAWZyzA+lBNESD+sZxekkrEU4nMcOa2CoCa3YgDFLL5DoKXCeU0wsL9seyFU V1b7hPcrQRBLpICJ0iX0CuL+gUuJE1LEaU72s= MIME-Version: 1.0 In-Reply-To: References: From: Richard Hartmann Date: Tue, 10 May 2011 20:16:01 +0200 Message-ID: Subject: Re: Substituting grep (and other) output to open files in Vim To: Mikael Magnusson Cc: "Benjamin R. Haskell" , zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 On Tue, May 10, 2011 at 19:37, Mikael Magnusson wrote: > 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. Exactly. And half a dozen other use cases where it's faster to simply copy & paste. Richard