Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gentoo-syntax:master commit in: plugin/
Date: Sat, 28 Aug 2021 11:21:01
Message-Id: 1630149645.481e8732b8fc4fba3ff5be02f0f8b48f612a556f.mgorny@gentoo
1 commit: 481e8732b8fc4fba3ff5be02f0f8b48f612a556f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 28 11:20:45 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 28 11:20:45 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=481e8732
7
8 newglep: Add empty line after copyright heading
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 plugin/newglep.vim | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/plugin/newglep.vim b/plugin/newglep.vim
16 index 7f11075..ddceb35 100644
17 --- a/plugin/newglep.vim
18 +++ b/plugin/newglep.vim
19 @@ -56,10 +56,10 @@ fun! <SID>MakeNewGLEP()
20 put =''
21 put =l:section
22 put =repeat('=', l:sectlen)
23 + put =''
24 if l:section != 'Copyright'
25 put =''
26 put =''
27 - put =''
28 endif
29 endfor
30 " copyright