summaryrefslogtreecommitdiff
blob: 419ac8208807037692175e6883d30dbfad46f95a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="project">
		<email>vim@gentoo.org</email>
		<name>Gentoo Vim Project</name>
	</maintainer>
	<longdescription lang="en">
		Vim's internal modeline support allows all sorts of annoying and
		potentially insecure options to be set. This script implements a much
		more heavily restricted modeline parser that permits only user-specified
		options to be set.
	</longdescription>
	<upstream>
		<remote-id type="github">ciaranm/securemodelines</remote-id>
	</upstream>
</pkgmetadata>