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 40FEC139694 for ; Thu, 1 Jun 2017 05:50:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88DBB21C0B2; Thu, 1 Jun 2017 05:50:03 +0000 (UTC) Received: from mail-wm0-x233.google.com (mail-wm0-x233.google.com [IPv6:2a00:1450:400c:c09::233]) (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 25D5721C097 for ; Thu, 1 Jun 2017 05:50:02 +0000 (UTC) Received: by mail-wm0-x233.google.com with SMTP id 7so143188419wmo.1 for ; Wed, 31 May 2017 22:50:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20161025; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=8WOQBSFiHac+69uKq3FOyW86KPWQIVok3mLQ375lhwY=; b=nff075yy5fLRrowwBTuekEM4HYG/o1AWxrLA55iaq9prM4A0urIekiawjhHh1cxVJq +6t8QjYuApXhdH7340yrGRlOa3DUOn5DHHJBsQfw13cE05wlP4OSu6Cll7HI50hlMEBL cQ3viBuqm2Be8IUrFqHT8q5VlVr4On+qvsOfUf5NYx4lrTdLDQmU60dh4WTVuTYYAMAJ vB1EJFU0W/4Czueoa5EB7BGNv/3VY1WDrZRKnK7FI3gpu1iOUCQvPqY4gPPU60Nm22Ih 4orRo77/SFY+SHmrDCI3sehXfr+CoaN+hjtjESAr8nw7uRpFdffssZnpGs/vu8FnotPi X4Pw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=8WOQBSFiHac+69uKq3FOyW86KPWQIVok3mLQ375lhwY=; b=Lr3o02tU0AVNrT5f5Jfb6GdRCrScf07ulODqYJhBQ8WC26fswHb0nnnK+QUhHnPyw4 1h3KvkpDjaTeTHZ306Tij5yNj+3Nmz4jRCF4OL7H1mM6jsG7cYP8vQOGZttdICek5rAs qcA6z5/gb6QB2RFYiq1gO9Mt/jbc/BCjn0ZdJE2rdzJqYi9wSxPIOYj2v5DOTu5YmNZf m5y5oe8ExGZEy0+mRHCEleoIl6HH7r7wEF2WNkGf7YwBIB3bgFEnCV4WJQ+MvFP7wzb1 1GDalgn+5674fcnY06LH56GE747pxHlvb09QaapPukeRnq42r+yHyHQeJs/anO98COJB wjqw== X-Gm-Message-State: AODbwcAYL7stohJI8FKuje0YKYGDmQ/HRyiB3OlLFOdU0HU+LYKWivlr uoTgHfbKYorxWMB6 X-Received: by 10.28.98.8 with SMTP id w8mr7955871wmb.121.1496296201622; Wed, 31 May 2017 22:50:01 -0700 (PDT) Received: from snowblower (cpc4-broo7-2-0-cust35.14-2.cable.virginm.net. [82.8.215.36]) by smtp.gmail.com with ESMTPSA id t76sm34455531wme.16.2017.05.31.22.50.01 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 31 May 2017 22:50:01 -0700 (PDT) Date: Thu, 1 Jun 2017 06:49:58 +0100 From: Ciaran McCreesh To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] [RFC] NeoVim and vim-syntax Message-ID: <20170601064958.7362466f@snowblower> In-Reply-To: <1496293230.1229.0.camel@gentoo.org> References: <15162118.1WtZIBpG5a@note> <20170531235459.605dd783@snowblower> <1496293230.1229.0.camel@gentoo.org> X-Mailer: Claws Mail 3.13.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) 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-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 9f77d379-74ad-43f9-af18-0f4a77439376 X-Archives-Hash: 85afe713d1d18c2a20518e00e45c06ba On Thu, 01 Jun 2017 07:00:30 +0200 Micha=C5=82 G=C3=B3rny wrote: > > - Have a separate anyvimishthing directory, and make both vim and > > neovim look there, and only make plugins that have been tested to > > work with both install to that directory. >=20 > ...and then vimthreesome for things that work with three vim > implementations? If that ever happens, which is fairly unlikely, then revisit the problem then, rather than adding unnecessary complexity now just in case. --=20 Ciaran McCreesh