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 2E10E139694 for ; Fri, 2 Jun 2017 07:13:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6707321C04E; Fri, 2 Jun 2017 07:13:30 +0000 (UTC) Received: from forward1o.cmail.yandex.net (forward1o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::2a1]) (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 05A0AE0BE5 for ; Fri, 2 Jun 2017 07:13:29 +0000 (UTC) Received: from smtp3o.mail.yandex.net (smtp3o.mail.yandex.net [IPv6:2a02:6b8:0:1a2d::27]) by forward1o.cmail.yandex.net (Yandex) with ESMTP id F364220CD2 for ; Fri, 2 Jun 2017 10:13:27 +0300 (MSK) Received: from smtp3o.mail.yandex.net (localhost.localdomain [127.0.0.1]) by smtp3o.mail.yandex.net (Yandex) with ESMTP id F405D2940F5D for ; Fri, 2 Jun 2017 10:13:25 +0300 (MSK) Received: by smtp3o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id XD9bapauAM-DODWcWL1; Fri, 02 Jun 2017 10:13:24 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-Suid-Status: 1 0 From: "Vadim A. Misbakh-Soloviov" To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [RFC] NeoVim and vim-syntax Date: Fri, 02 Jun 2017 14:13:23 +0700 Message-ID: <5563410.GYuOEC8ueX@note> In-Reply-To: <1496379586.1537.0.camel@gentoo.org> References: <15162118.1WtZIBpG5a@note> <2441749.gsc6QkMBCV@note> <1496379586.1537.0.camel@gentoo.org> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" X-Archives-Salt: 7a011903-4cab-4816-93ec-6322f11c1e35 X-Archives-Hash: a54d79396e8e085eb5675e59fdf2bca2 > strongly against eselect modules (and any user code) that > writes into /usr (except for /usr/local) Well, NeoVim, at least, have support for site-dir in /usr/local out of the box. I guess, Vim8 will need a bit of patching for that. Although, I'm, in opposite, dislike (very little, tho) /usr/local, since it makes me feel like FreeBSD'er.