From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 yDyMGXVbF2PfSwAAbAwnHQ (envelope-from ) for ; Tue, 06 Sep 2022 16:38:45 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id KJKQGXVbF2PLygAA9RJhRA (envelope-from ) for ; Tue, 06 Sep 2022 16:38:45 +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 90C9E45C57 for ; Tue, 6 Sep 2022 16:38:05 +0200 (CEST) Received: from localhost ([::1]:55286 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVZiG-0007Ie-MI for larch@yhetil.org; Tue, 06 Sep 2022 10:38:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42312) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVZeO-0000gB-1X for guix-patches@gnu.org; Tue, 06 Sep 2022 10:34:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:35306) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oVZeM-0004Eb-Dg for guix-patches@gnu.org; Tue, 06 Sep 2022 10:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oVZeM-0002d9-A4 for guix-patches@gnu.org; Tue, 06 Sep 2022 10:34:02 -0400 Subject: bug#57456: [PATCH] gnu: Add neovim-packer. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 06 Sep 2022 14:34:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57456 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: gyara Cc: 57456-done@debbugs.gnu.org Mail-Followup-To: 57456@debbugs.gnu.org, ludo@gnu.org, me@gyara.moe Received: via spool by 57456-done@debbugs.gnu.org id=D57456.166247478610031 (code D ref 57456); Tue, 06 Sep 2022 14:34:02 +0000 Received: (at 57456-done) by debbugs.gnu.org; 6 Sep 2022 14:33:06 +0000 Received: from localhost ([127.0.0.1]:52237 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVZdR-0002bi-Mm for submit@debbugs.gnu.org; Tue, 06 Sep 2022 10:33:05 -0400 Received: from eggs.gnu.org ([209.51.188.92]:55574) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oVZdQ-0002az-Ii for 57456-done@debbugs.gnu.org; Tue, 06 Sep 2022 10:33:05 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:41372) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVZdL-0003wm-6n; Tue, 06 Sep 2022 10:32:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=dhRy2WD2hVQw7Enan4W16V4XNbiSpG8KVIk5VZWgzuY=; b=M5fHPodiGSJsmDDISUrK pWpU/bhW5d9xKFEUbTRt0Fqcp2PHAOF4zQiAijWtuwlTFgzMsc4Ld0qC4b8mWtwrJRSQM+6uuesqM SadYE5bIepU3ll17MAgZtr+YCUba+j3/7lJv5/Z/h+/7vjMgvfAcHcivjELPkhTvjIi7kDT0bEClK 3AzhZOSoSOaZDKbuTl2CwOfLoSXzpYxUh0zmNocC2/DoY1pE6fdeKFwtS/a7dOap+6zyUoMVfEYGd r5vD/K5rc4hu6g6QlFkcatEEB6bBU294f6RMqNn57ieyBDADx0YcqKHhyGeom0H28hLy9UwQ1J+mq TfMrAGsZhlVamw==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:57164 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVZdK-0000GD-Ne; Tue, 06 Sep 2022 10:32:59 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <6cd04239206a8a85b0d20ec5a5904b071d800b53.1661660180.git.me@gyara.moe> <36cb3a11da219faf7bc42a03ac41e1ede44d32bf.1661745715.git.me@gyara.moe> Date: Tue, 06 Sep 2022 16:32:56 +0200 In-Reply-To: <36cb3a11da219faf7bc42a03ac41e1ede44d32bf.1661745715.git.me@gyara.moe> (gyara's message of "Mon, 29 Aug 2022 13:01:55 +0900") Message-ID: <87o7vswp2f.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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" 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=1662475085; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: 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=dhRy2WD2hVQw7Enan4W16V4XNbiSpG8KVIk5VZWgzuY=; b=sMnJc4ri1g6pgD5zsCNBxb2EoSsWpgqfmsjh/REsFZKag09fYLQJrF6t+g/nOOa5WDpIet uJPlpxkdaO0YN7JgyruusTiRXik5yIN84zk3guYbuk1sgOdeo6HAyg2Z/CrzAJjLGt1xl8 KhPU4QXMyioDZu/EAhFJlgkHJ0pxN6M52to2Bfn/hRMLVBUX3hwNtFLs0oJN6KlWU5loO4 HpXiwzulftGQGgG/jJNoAW/5H4AI1GaoQvJc5hq/kX2/K+fFsjzU7yrWLlREywx2Kh1Sis GVFoMHqpRXFutYp8OziGnazxvB5O3g+PDpVwy0LWJr0R80PdqMEOz4i5tNZnaw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662475085; a=rsa-sha256; cv=none; b=KhudSPcLwUjKbmjVP/Nlre7o3M4p23NXvAK73oEcAgSaZTtZnbZVcMDU0mT+HyAx8zA+Jl mkfwRjS0Hb2TaDMZmfFIWgsVvQWIu1UhDWdezPbJomziffa16AZUP2sXT4f2Lt+1JvLlLF YWLsQbIRjPmggOueyF/B1V1E7PFyVIS3/+Xq//AlB8Bc0rGshc2tmOPWITFRloN/TzdyGR Jk9sgJeJnwAIJpIWHFNN8Q7cUz8Ej1L81Z2dzjsvW6dos8f9Q2IBm9RlAX642p2ZtwN1yl 7o/t+Mntik/O30qPXo05pfRLDz+d2bEOLS2dTwvwqgaeqrbeiy3JRWGIxU91yQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=M5fHPodi; 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: -2.17 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=M5fHPodi; 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: 90C9E45C57 X-Spam-Score: -2.17 X-Migadu-Scanner: scn1.migadu.com X-TUID: MMEZMTXHTFV3 Hi, gyara skribis: > --- > gnu/packages/vim.scm | 28 ++++++++++++++++++++++++++++ > 1 file changed, 28 insertions(+) I tweaked the commit log and applied it, thanks! Ludo=E2=80=99.