diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-28 13:20:45 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-28 13:20:45 +0200 |
commit | 481e8732b8fc4fba3ff5be02f0f8b48f612a556f (patch) | |
tree | 5c0486635058ffc1faabfa3a7df0e0edf40fcd0b | |
parent | newglep: Update license to CC-BY-SA 4.0 (diff) | |
download | gentoo-syntax-481e8732b8fc4fba3ff5be02f0f8b48f612a556f.tar.gz gentoo-syntax-481e8732b8fc4fba3ff5be02f0f8b48f612a556f.tar.bz2 gentoo-syntax-481e8732b8fc4fba3ff5be02f0f8b48f612a556f.zip |
newglep: Add empty line after copyright heading
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | plugin/newglep.vim | 2 |
1 files changed, 1 insertions, 1 deletions
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! <SID>MakeNewGLEP() put ='' put =l:section put =repeat('=', l:sectlen) + put ='' if l:section != 'Copyright' put ='' put ='' - put ='' endif endfor " copyright |