commit: c7ab3c0f6efbe68e864273ad460ab06905930bd0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 27 08:15:29 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Nov 27 08:15:29 2019 +0000
URL: https://gitweb.gentoo.org/proj/gentoo-syntax.git/commit/?id=c7ab3c0f
plugin/newmetadata.vim: Don't put longdescription in pkg
This frequently results in people leaving an empty element, or copying
short description there.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
plugin/newmetadata.vim | 2 --
1 file changed, 2 deletions(-)
diff --git a/plugin/newmetadata.vim b/plugin/newmetadata.vim
index b013d95..d9dea63 100644
--- a/plugin/newmetadata.vim
+++ b/plugin/newmetadata.vim
@@ -85,8 +85,6 @@ fun! <SID>MakeNewMetadata()
put ='<name>' . l:name . '</name>'
endif
put ='</maintainer>'
- put ='<longdescription lang=\"en\">'
- put ='</longdescription>'
put ='</pkgmetadata>'
exec "normal gg=G"
" }}}