summaryrefslogtreecommitdiff
path: root/app-vim/bracketed-paste/metadata.xml
blob: e333dc613ab1299b445ac4a7f61138079d5eea21 (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 "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<!-- maintainer-needed -->
	<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>