Files
guru/app-vim/bracketed-paste/metadata.xml
Lucio Sauer 68460592f2 */*: fix MissingRemoteId in metadata.xml
* Manually checked, I hope I caught most errors

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
2023-06-27 04:24:02 +02:00

21 lines
785 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>cyber+gentoo@sysrq.in</email>
<name>Anna</name>
</maintainer>
<longdescription>
This is a tiny plugin that simply monitors your typing speed and
`set paste` automatically. When then typing interval between two
typed characters is less than 0.01s, it will `set paste` for
you. Because there's no human being could type that fast! After
you have finished pasting and leave insert mode, or if the file
stays unchanged for about 0.1s, vim-paste-easy will `set
nopaste` for you.
</longdescription>
<upstream>
<remote-id type="github">ConradIrwin/vim-bracketed-paste</remote-id>
</upstream>
</pkgmetadata>