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: Wed, 27 Nov 2019 08:16:10
Message-Id: 1574842529.c7ab3c0f6efbe68e864273ad460ab06905930bd0.mgorny@gentoo
1 commit: c7ab3c0f6efbe68e864273ad460ab06905930bd0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 08:15:29 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 08:15:29 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=c7ab3c0f
7
8 plugin/newmetadata.vim: Don't put longdescription in pkg
9
10 This frequently results in people leaving an empty element, or copying
11 short description there.
12
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 plugin/newmetadata.vim | 2 --
16 1 file changed, 2 deletions(-)
17
18 diff --git a/plugin/newmetadata.vim b/plugin/newmetadata.vim
19 index b013d95..d9dea63 100644
20 --- a/plugin/newmetadata.vim
21 +++ b/plugin/newmetadata.vim
22 @@ -85,8 +85,6 @@ fun! <SID>MakeNewMetadata()
23 put ='<name>' . l:name . '</name>'
24 endif
25 put ='</maintainer>'
26 - put ='<longdescription lang=\"en\">'
27 - put ='</longdescription>'
28 put ='</pkgmetadata>'
29 exec "normal gg=G"
30 " }}}