From unknown Sun Aug 10 16:48:54 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#58062 <58062@debbugs.gnu.org> To: bug#58062 <58062@debbugs.gnu.org> Subject: Status: [PATCH] gnu: vim-nerdcommenter: Update to 2.6.0, use G-expressions. Reply-To: bug#58062 <58062@debbugs.gnu.org> Date: Sun, 10 Aug 2025 23:48:54 +0000 retitle 58062 [PATCH] gnu: vim-nerdcommenter: Update to 2.6.0, use G-expres= sions. reassign 58062 guix-patches submitter 58062 kiasoc5 severity 58062 normal tag 58062 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Sep 25 01:16:21 2022 Received: (at submit) by debbugs.gnu.org; 25 Sep 2022 05:16:21 +0000 Received: from localhost ([127.0.0.1]:45681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocK05-0006iT-0q for submit@debbugs.gnu.org; Sun, 25 Sep 2022 01:16:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:32860) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocK01-0006iJ-MN for submit@debbugs.gnu.org; Sun, 25 Sep 2022 01:16:19 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:42256) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocJzz-0001UE-OB for guix-patches@gnu.org; Sun, 25 Sep 2022 01:16:17 -0400 Received: from knopi.disroot.org ([178.21.23.139]:59022) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocJzw-0005k4-ND for guix-patches@gnu.org; Sun, 25 Sep 2022 01:16:15 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id DB8EA4C20A; Sun, 25 Sep 2022 07:16:07 +0200 (CEST) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yyLmi00lad_V; Sun, 25 Sep 2022 07:16:05 +0200 (CEST) From: kiasoc5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1664082965; bh=mI8UuRdnZm5ru2KASfD+Iyjrd9mKRAc2lqnXDWiN8uM=; h=From:To:Cc:Subject:Date; b=V037qmf61MXhAs+wIZu1uM4TxGBoCandfYyiF6VgVWIi4jxP96NaAyTmbFF0EUs3Q 37QQ+6Lmfjph9Z1wqIPLWtNfn3/SvTFLfq/FUlq7rMnRu4sMQInEdH1bDQo1++y0Do yEa40FGbRFnMjLhEPEgGB83WoHZT4fHlMLUB/q+X/I+X3JT7eMkNtEgSuZ50knozrF ZvQhv3fLcwna5Rn/iIWrZjquWwEXNwpQdzf0we3L702qt4/YvBja0WLJeLUYKIlOny keQFX+zLxkfeb4apw6b+QMABE8DcMQCgePFueVRtE6I8Fl6zw6hPS3ZxNvNsTKU0pZ BloArY0VgxsUw== To: guix-patches@gnu.org Subject: [PATCH] gnu: vim-nerdcommenter: Update to 2.6.0, use G-expressions. Date: Sun, 25 Sep 2022 01:15:30 -0400 Message-Id: Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.21.23.139; envelope-from=kiasoc5@disroot.org; helo=knopi.disroot.org X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: kiasoc5 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * gnu/packages/vim.scm (vim-nerdcommenter): Update to 2.6.0. [source]: Use release tag. [arguments]: Use G-expressions. --- gnu/packages/vim.scm | 49 ++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index f379543599..a6250f71de 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -1375,30 +1375,29 @@ (define-public vim-nerdtree (license license:wtfpl2))) (define-public vim-nerdcommenter - (let ((commit "a65465d321f2f8a74b2ffa540b9b87563f7e12e8") - (revision "1")) - (package - (name "vim-nerdcommenter") - (version (git-version "2.5.2" revision commit)) - (source - (origin - (method git-fetch) - (uri (git-reference - (url "https://github.com/preservim/nerdcommenter") - (commit commit))) - (file-name (git-file-name name version)) - (sha256 - (base32 "00ir65iv8jfbgzjmj7332fmydh0qhabbhx8zbvd3j6pgfxqpaafw")))) - (build-system copy-build-system) - (arguments - '(#:install-plan - '(("autoload" "share/vim/vimfiles/") - ("doc" "share/vim/vimfiles/") - ("plugin" "share/vim/vimfiles/")))) - (home-page "https://github.com/preservim/nerdcommenter") - (synopsis "Vim plugin for easy commenting of code") - (description - "NERD commenter is a Vim plugin that provides many different commenting + (package + (name "vim-nerdcommenter") + (version "2.6.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/preservim/nerdcommenter") + (commit version))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1ka2rqn7rby55aps3iblh1dcqxm7m7qx72mpkz6y2aaj8mkj0zyd")))) + (build-system copy-build-system) + (arguments + (list + #:install-plan + #~`(("autoload" "share/vim/vimfiles/") + ("doc" "share/vim/vimfiles/") + ("plugin" "share/vim/vimfiles/")))) + (home-page "https://github.com/preservim/nerdcommenter") + (synopsis "Vim plugin for easy commenting of code") + (description + "NERD commenter is a Vim plugin that provides many different commenting operations and styles which are invoked via key mappings and a menu. These operations are available for most filetypes.") - (license license:cc0)))) + (license license:cc0))) base-commit: cbe8391d7c570a12416acfbfbbb818404d8b9203 -- 2.37.3 From debbugs-submit-bounces@debbugs.gnu.org Tue Sep 27 04:58:05 2022 Received: (at 58062-done) by debbugs.gnu.org; 27 Sep 2022 08:58:05 +0000 Received: from localhost ([127.0.0.1]:52619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1od6Pl-000392-Ah for submit@debbugs.gnu.org; Tue, 27 Sep 2022 04:58:05 -0400 Received: from eggs.gnu.org ([209.51.188.92]:59612) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1od6Pj-00038Y-Oa for 58062-done@debbugs.gnu.org; Tue, 27 Sep 2022 04:58:04 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:56898) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od6PY-0006Zn-Tw; Tue, 27 Sep 2022 04:57:58 -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=cuKF5tfuQZjN1GVDkM+SvAtCGhirSziQsrwZH2WnYGk=; b=OCBvpbm/yyQBj9DSfvq7 BA9fuIgEjmJy32eBOVcLhNm9bX1vGWzKZGJ+YZfkTD0138Hi42iJF8593tkCFwhrqrdFhUM23SP7Z DvHaOBPKOl+eCbbthtbxHhA4AoZ/AuK+u035tLz6tqLVRezqoZ/SbsrZ752DrkoQ1zRRV5xq06RVR QrsHCXxRSDW9vAMvaOlbqQyXDYTztLVVdZnapwog1n1AzM1A4q91TtXZwEjE+qRwFqoBlF1YYX2z+ OwTUjwT43caOZwfjkooMqqiz5fl0BxChdAzQL/Nr7eY5UqyLRbEeHC+aLLHdMoTxsfCSXltWd/rd+ aIhjNjrzpRPODw==; Received: from 2a02-8429-81d2-3d01-94c9-8097-ea5c-2775.rev.sfr.net ([2a02:8429:81d2:3d01:94c9:8097:ea5c:2775]:46900 helo=meije) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1od6PV-00007K-4W; Tue, 27 Sep 2022 04:57:51 -0400 From: Mathieu Othacehe To: kiasoc5 Subject: Re: bug#58062: [PATCH] gnu: vim-nerdcommenter: Update to 2.6.0, use G-expressions. References: Date: Tue, 27 Sep 2022 10:57:46 +0200 In-Reply-To: (kiasoc5@disroot.org's message of "Sun, 25 Sep 2022 01:15:30 -0400") Message-ID: <877d1p9otx.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 58062-done Cc: 58062-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > * gnu/packages/vim.scm (vim-nerdcommenter): Update to 2.6.0. Applied, thanks! Mathieu From unknown Sun Aug 10 16:48:54 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 25 Oct 2022 11:24:13 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator