From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EF2B5138330 for ; Fri, 23 Sep 2016 21:31:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F415BE0B2B; Fri, 23 Sep 2016 21:30:54 +0000 (UTC) Received: from smtp13.openmailbox.org (smtp13.openmailbox.org [62.4.1.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC164E0AA8 for ; Fri, 23 Sep 2016 21:30:53 +0000 (UTC) Received: by mail2.openmailbox.org (Postfix, from userid 1001) id C33D710414D; Fri, 23 Sep 2016 23:30:51 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1474666251; bh=wkQtoezPwpwn0eVKnBJ70jmqTj1x//qnFXTEvJ/iZZ4=; h=Date:From:To:Subject:In-Reply-To:References:From; b=UML+QL9NPVqop0c5F5Go9VYtCPKP63E7VB6NgytZcpBbwZCtTseWueJEbFDpu5HRM 7OebIbvghLz1ADHgPbIlljnFkNQIDTDPWex08y2+xZ3WiTnveAlVsvmm5HySPlgaWE K0jfEJ/A4AAdOFmnlCuK9UVxAeZeNQTnjhdqJ6V0= X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on h4 X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,NO_RECEIVED, NO_RELAYS,T_DKIM_INVALID autolearn=no autolearn_force=no version=3.4.0 Date: Fri, 23 Sep 2016 16:33:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=openmailbox.org; s=openmailbox; t=1474666246; bh=wkQtoezPwpwn0eVKnBJ70jmqTj1x//qnFXTEvJ/iZZ4=; h=Date:From:To:Subject:In-Reply-To:References:From; b=F1fAm+viJK0+8VgUBPaTs+VseVzFYiDnGi8vSD6J6aGmYFNs9xgBe/4L1zU0BcIfi Drhqa/oBoy8ka+iFC9OhuObwq0H17qxZLMXGGAeXoUjBJcUOxblyY4y7KMweNBnGd6 qNs7a6baWtNNFrG7SFgbfR3xxToxD2SCwuBGcQIw= From: William Ernesto =?UTF-8?B?Q8OhcmRlbmFzIEfDs21leg==?= To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Vim puts command in when starting up Message-ID: <20160923163357.2572186e@laptop.willecg> In-Reply-To: References: <3ac9aa33-84d3-85ca-91b0-2a5906c24016@gmail.com> <1474642844.1751.3.camel@openmailbox.org> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.30; x86_64-pc-linux-gnu) 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 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 6ed5d19f-3305-4dea-8884-0dbd4166f216 X-Archives-Hash: ac536f43541888a4304ad332ad43e26c El Fri, 23 Sep 2016 09:24:02 -0700 Daniel Frey escribi=C3=B3: > On 09/23/2016 08:00 AM, pc0147 Sistemas Will_ecg wrote: > > El jue, 22-09-2016 a las 08:32 -0700, Daniel Frey escribi=C3=B3: =20 > >> For some reason, on one box, whenever I start vim it puts > >> ":0000/0000/0000" on the command line. I've looked in vimrc and > >> can't see any reference to this. Hitting Enter yields "E486: > >> Pattern not found > >> :0000" > >> > >> I've noticed that it's been behaving strangely but I cannot figure > >> out > >> the cause. Last time I noticed something odd was when I commented > >> out something in package.mask (with #) and saved it. Portage > >> complained it > >> was invalid and when I opened it again the '#' changed to 'g'. > >> > >> I've removed and reinstalled vim packages, no luck. > >> > >> Has anyone seen this? > >> > >> Dan > >> =20 > >=20 > > I had the same problem, the only solution I found was to add the > > vimrc for user ~.vimrc and at least set one thing. I only set the > > colorscheme and now works fine, the problem is that you should set > > it for all your users, in my case was my personal user and root. > > =20 >=20 > I tried this, with "set nowrap" in a .vimrc, and it made no > difference. What I find baffling is that out of six machines only one > is doing this! >=20 > Dan >=20 I've just test again, and I tried with some other options and only works with colorscheme. I don't know why.