From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Piup0-0000Ur-Cr for garchives@archives.gentoo.org; Fri, 28 Jan 2011 20:21:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 989E5E099E; Fri, 28 Jan 2011 20:20:02 +0000 (UTC) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 45E0CE099E for ; Fri, 28 Jan 2011 20:20:01 +0000 (UTC) Received: by fxm11 with SMTP id 11so4504416fxm.40 for ; Fri, 28 Jan 2011 12:20:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=46ecfnbJEt4zZcnfW88QnkGTMpf+lXVsqaMb4kl7OkA=; b=Iyqi5hLj9QXuXl3NjivcNaoGMqvBhSxeDgwRxUJQ8HzDl8IPHjOUFvQVHDtvT0dNJf Sq8Gw0jXeah6C1eTdspnzZgTmo1Nvmb84RCIGDElLZVbT/8SzAfQ2RB7NRBb7MSD/kVX Ovl83SKqp27ExbHKoE5nYJsVScuch5g+mKaZU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=dMScuBruH6qxBuaJ1h+sASXpomKhlvG3kgxsGZioygfNzsayF4tlh2ycZ8muI7IUe+ Rk1ZoS08XxoqGzleun+e0wzld+/O5LXMcunPI+VWo5ZwiOaFqqtS8+0TBvbQYvPsg75S Tp7SWYEYJxIzYbuobGAGSTKY9XrHMveKoNe3g= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.223.78.205 with SMTP id m13mr2804820fak.79.1296246001101; Fri, 28 Jan 2011 12:20:01 -0800 (PST) Sender: comprookie2000@gmail.com Received: by 10.223.86.76 with HTTP; Fri, 28 Jan 2011 12:20:01 -0800 (PST) In-Reply-To: <4D42F807.6060408@gmail.com> References: <20110127205345.GA22926@ksp.sk> <4D42F807.6060408@gmail.com> Date: Fri, 28 Jan 2011 15:20:01 -0500 X-Google-Sender-Auth: gndrTQVHmFICdQwbOQAwOPmNy8k Message-ID: Subject: Re: [gentoo-user] Re: Paste into vim keeping indention or original? From: David Abbott To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 422b056cabe6882525bb72266a1d0319 > On 01/27/2011 12:53 PM, YoYo Siska wrote: >> BTW, if >> =C2=A0- vim has access to X (you run it on your local machine or from >> =C2=A0 =C2=A0ssh -X or something similar) >> =C2=A0- is compiled with X support (check with vim --version | grep +X11= ) >> =C2=A0- and you :set mouse=3Da >> then you can paste by middle clicking in vim (not shift-middle click), >> which should paste the text as is... Thank You !!!