From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id WM9wEuHDfWLZeQEAbAwnHQ (envelope-from ) for ; Fri, 13 May 2022 04:35:13 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id sFBgEuHDfWIfWgEAauVa8A (envelope-from ) for ; Fri, 13 May 2022 04:35:13 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id EA96BC92E for ; Fri, 13 May 2022 04:35:12 +0200 (CEST) Received: from localhost ([::1]:40700 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1npL95-0003Zp-CA for larch@yhetil.org; Thu, 12 May 2022 22:35:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:45268) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1npL8w-0003Zd-Bc for guix-patches@gnu.org; Thu, 12 May 2022 22:35:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:48748) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1npL8w-0002XM-1D for guix-patches@gnu.org; Thu, 12 May 2022 22:35:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1npL8v-0003aL-T3 for guix-patches@gnu.org; Thu, 12 May 2022 22:35:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#54221] [PATCH 0/4] vim: Detect plugins via search paths. Resent-From: seerlite@nixnet.email Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 13 May 2022 02:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 54221 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Maxime Devos , 54221@debbugs.gnu.org Received: via spool by 54221-submit@debbugs.gnu.org id=B54221.165240926413724 (code B ref 54221); Fri, 13 May 2022 02:35:01 +0000 Received: (at 54221) by debbugs.gnu.org; 13 May 2022 02:34:24 +0000 Received: from localhost ([127.0.0.1]:42645 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npL8K-0003ZI-9t for submit@debbugs.gnu.org; Thu, 12 May 2022 22:34:24 -0400 Received: from mx.nixnet.email ([94.16.121.167]:55652) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1npL8I-0003Z6-9f for 54221@debbugs.gnu.org; Thu, 12 May 2022 22:34:22 -0400 Received: from [127.0.0.1] (localhost [127.0.0.1]) by mx.nixnet.email (Postfix) with ESMTPSA id 9F2DD20010C; Thu, 12 May 2022 22:34:19 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nixnet.email; s=202002021149; t=1652409260; h=from:from:reply-to:subject:subject:to:to:cc; bh=Tx2L5fYbAy9gSPiHpmyT5YsZVfbuHUcpPZ49T1foYTc=; b=DVaOHtueE6oMS9JvtToJGvIR11kqdJG3ndm/z+GErHcMxHYTDjblk6cJy49yhuQ9uvTBoG XPvmKeix5hkPNSbdrIvlICF/3jszafOcNNkBHPQ4yQNRE2mwCWMAY5SUZIVFynZQiaB1S5 ATtaPjYiC4ifnK376X21tq693yMeX/s= Message-ID: Date: Thu, 12 May 2022 22:34:16 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.9.0 References: <588f885b9a2ea8c7533dac470462e7ea0783de73.camel@telenet.be> <049b8019-cd8a-59c6-f33f-426c5ac2fa3d@nixnet.email> <87ilsedltb.fsf_-_@gnu.org> In-Reply-To: <87ilsedltb.fsf_-_@gnu.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" Reply-to: seerlite@nixnet.email X-ACL-Warn: , seerlite--- via Guix-patches From: seerlite--- via Guix-patches via X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1652409313; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=Tx2L5fYbAy9gSPiHpmyT5YsZVfbuHUcpPZ49T1foYTc=; b=XkeDX5l8HnRV7k8DzSAZXxuuHzpCBcJi9kGJnQTYwZkd6x0wseEfV3O4YnJNlH+DqAErKh aiiSfQaoBH1xKkZH0jMJY0lutU3/jegDhomaiPuNNgpJ5dVmCQY/UIW4hVpg8ONNNR62wF B/ddkirO+U2HpcTvzhhEOZTs/JMSWxN7PO1ukhYlC6TeiCfmg79ikM1YUWO0f3/uOCWwm0 0gDDIe4SQqC3/cq+sNNcKV00acEbNqfNOqOFb90vKXZC8HelvSWPdAq2nMKt1FJccEuQYm 6PVYouUWbhiDc2K7fLUKDTfVEddrhlJwbNC5aPE2DZvJnURvKgLsdzFBGVIzTA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1652409313; a=rsa-sha256; cv=none; b=tnYHjTFX9EPKM6pb8FYMWv5sG+x9e7HAtovBkN0ckyNuSZsGV0F5emNVPne7NAXlcbKXkj pv2uQRX22/DPrZ2OAM5HSEeTYkaIKhmd9XEtmDKO+/X2Kovz4W2N3LET0tcO5Bhx2BtHsF w8vy+Pq3o8Sd/W7dd4HaBa5GbfXBHmlOtt3yD9UBsq4lGW2jK5cmAwlrXMAL8nJOr52sLi Ly5z1CuHUirxTmG/MBBKmdTuKsEDj243OxTfspyih0knSZXyNuPzZfcZTZwgj8DJBHS1MZ Ucq4uU/oRWXmAsZtHiE12StEgB276mNYc4THUD9y6pGQ/mA3BibT+pq5Pi2YsA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nixnet.email header.s=202002021149 header.b=DVaOHtue; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -3.52 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=nixnet.email header.s=202002021149 header.b=DVaOHtue; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: EA96BC92E X-Spam-Score: -3.52 X-Migadu-Scanner: scn1.migadu.com X-TUID: DNNmViG7IFBo Hi! Sorry for the delay, I've been very busy. I sent the rebased patches but only the bits that added search paths. There were some updates to both Vim and Neovim since I sent the first patch and I didn't want to deal with fixing the conflicts and re-understanding the style changes I had even forgotten I made. So I'm sending just the functional parts of the patch and hopefully someone else can update the package styles if necessary :) Oh and I'd like to remind you of this patch: which along with my patch would make it so Neovim can finally use both Vim and Neovim-exclusive plugins. I'd appreciate if it got merged too. SeerLite