blob: 5b50f54016fa0dc4a97ea2e943fc39447443bfb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>vim</herd>
<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>
|