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 00332158013 for ; Sat, 28 Aug 2021 11:21:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FAFBE083D; Sat, 28 Aug 2021 11:21:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15341E083D for ; Sat, 28 Aug 2021 11:21:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F12C342B98 for ; Sat, 28 Aug 2021 11:20:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A844374 for ; Sat, 28 Aug 2021 11:20:56 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1630149645.481e8732b8fc4fba3ff5be02f0f8b48f612a556f.mgorny@gentoo> Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/ X-VCS-Repository: proj/gentoo-syntax X-VCS-Files: plugin/newglep.vim X-VCS-Directories: plugin/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 481e8732b8fc4fba3ff5be02f0f8b48f612a556f X-VCS-Branch: master Date: Sat, 28 Aug 2021 11:20:56 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c035a09b-3ff9-47a6-bdae-25f43b9a8489 X-Archives-Hash: c61de8b4fd3e1c4630dcd79cad485cbe commit: 481e8732b8fc4fba3ff5be02f0f8b48f612a556f Author: Michał Górny gentoo org> AuthorDate: Sat Aug 28 11:20:45 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Aug 28 11:20:45 2021 +0000 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=481e8732 newglep: Add empty line after copyright heading Signed-off-by: Michał Górny gentoo.org> plugin/newglep.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/newglep.vim b/plugin/newglep.vim index 7f11075..ddceb35 100644 --- a/plugin/newglep.vim +++ b/plugin/newglep.vim @@ -56,10 +56,10 @@ fun! MakeNewGLEP() put ='' put =l:section put =repeat('=', l:sectlen) + put ='' if l:section != 'Copyright' put ='' put ='' - put ='' endif endfor " copyright