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 067E2138330 for ; Thu, 22 Sep 2016 15:32:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C322E0B75; Thu, 22 Sep 2016 15:32:05 +0000 (UTC) Received: from mail-pf0-f196.google.com (mail-pf0-f196.google.com [209.85.192.196]) (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 1E62EE0B6D for ; Thu, 22 Sep 2016 15:32:04 +0000 (UTC) Received: by mail-pf0-f196.google.com with SMTP id q2so3954114pfj.0 for ; Thu, 22 Sep 2016 08:32:04 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:from:subject:message-id:date:user-agent:mime-version :content-transfer-encoding; bh=Bd42oM8IWKPY7wyJDzSIPSJTmgVI3vh3vJjNpx0P9xs=; b=SqtyeQUXlPZzW/Da+a2/j7/+aTcXmNJ8aywJN/HdM66KV3TtE3fC41wsoufEwkfICd aHEZkdUZJ+52CMMGgK8fJ8hfWpFUNmFyqED+hUVioi7RpHUOoYXbpBOMT0WhzKQgZcEv 2SpDcQgj8DXJdWAAbzZDRY/0Nihv4fQ5RorEB/LmL7m7vEsseQqYCcmgED2FNiR5ArUu MO8SKHYXFoI2LqHSoT1gBe34K7zZX6CkjmtdGUpHmUooekZFtlD6KLs5Fw/SmqxOsXgm KH+WKWkahXn/O6CgdknyWGBWXoylwoW+j3VXIJulWd0dTySjfynFuwVSXBRaXF1PzlrE vRdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:to:from:subject:message-id:date:user-agent :mime-version:content-transfer-encoding; bh=Bd42oM8IWKPY7wyJDzSIPSJTmgVI3vh3vJjNpx0P9xs=; b=a61OIHtWHRReULAqm9dPAV+UCrvXbcHrFAht9Tpe7kQiM2hfbd3AINhugyScXUioI+ 3E2a514Ocji7EcoYOgaSJzPKqgs6c7KIakTKnwkPAxWi+QmvvqWot2Ix/MoBnpoNmLkH 5jtaaUTjTXxJQfB/O3YHCpuEz45EFIItsYOutWk8BhJd7/ESqZ6Seoh+9pf1v0kzuRJ4 OEvjhmLmVDBOgOUWY3F22udrS+ykB5T3VNU4PoGzFKx0ufnHGscwjo2eY7lADbyfxV2l kmg+BZuhx0fkM654Bzp0TOGgEUxoGpBVIcyv0FX29Uq2159JIfVKOAYCHoHWdUXu5JrF qwQQ== X-Gm-Message-State: AE9vXwOG3RYKD9OMYgkbQFI5x44nViPC/1os8otMR2sMiTUtb3yQGcNuadfLcvZ8ujBfRA== X-Received: by 10.98.10.145 with SMTP id 17mr4293916pfk.144.1474558322777; Thu, 22 Sep 2016 08:32:02 -0700 (PDT) Received: from [192.168.247.60] (76-10-184-45.dsl.teksavvy.com. [76.10.184.45]) by smtp.googlemail.com with ESMTPSA id h123sm4976760pfe.87.2016.09.22.08.32.01 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 22 Sep 2016 08:32:01 -0700 (PDT) To: gentoo-user@lists.gentoo.org From: Daniel Frey Subject: [gentoo-user] Vim puts command in when starting up Message-ID: <3ac9aa33-84d3-85ca-91b0-2a5906c24016@gmail.com> Date: Thu, 22 Sep 2016 08:32:00 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 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: 7bit X-Archives-Salt: 18abefbe-bca1-430f-8184-0a52c09dc7e3 X-Archives-Hash: 62f7989617acb1e136f3fb698c22f8a3 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