<feed xmlns='http://www.w3.org/2005/Atom'>
<title>evil.git/doc/docstringdb.json, branch release-1.14</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/'/>
<entry>
<title>Update docs</title>
<updated>2022-01-07T16:37:12+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2022-01-07T15:43:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=a5fd96dadc44ab3a00c354aed33cb576f65a50de'/>
<id>a5fd96dadc44ab3a00c354aed33cb576f65a50de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>newdocs (#1531)</title>
<updated>2021-11-17T21:57:32+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>33435574+tomdl89@users.noreply.github.com</email>
</author>
<published>2021-11-17T21:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=07aba40dd32c667f36eb1ad244f859983a077d12'/>
<id>07aba40dd32c667f36eb1ad244f859983a077d12</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor `evil-visual-update-x-selection`, remove docstring</title>
<updated>2021-11-16T20:58:25+00:00</updated>
<author>
<name>Tom Dalziel</name>
<email>tom_dl@hotmail.com</email>
</author>
<published>2021-11-15T23:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=13ae79b31411a8ee1c0aa1f4288d373cea8f4a86'/>
<id>13ae79b31411a8ee1c0aa1f4288d373cea8f4a86</id>
<content type='text'>
Docstring should be generated by sphinx, not manually
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docstring should be generated by sphinx, not manually
</pre>
</div>
</content>
</entry>
<entry>
<title>Add option to stop updating X PRIMARY selection with the current visual region</title>
<updated>2021-11-16T20:58:25+00:00</updated>
<author>
<name>Chen Bin</name>
<email>chenbin.sh@gmail.com</email>
</author>
<published>2021-11-06T05:57:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=564cac7233d0000e51def7608f60d1dd14811c16'/>
<id>564cac7233d0000e51def7608f60d1dd14811c16</id>
<content type='text'>
Vim user can select a region in visual mode and press the key `p` to
replace the selected text.

But in GUI Emacs, the selected text might not be replaced when:
- `select-enable-primary` is `t`
- Third plugins override `interprogram-paste-function` (xclip.el, for example)
- Clipboard managers syncronise data between PRIMARY and CLIPBOARD selection

It's because the visual commands automatically insert the content of visually
selected region into X PRIMARY selection. But paste commands call the api
`current-kill` which calls `interprogram-paste-function`.

Value of `interprogram-paste-function` is `gui-selection-value` which
might return CLIPBOARD or PRIMARY selection.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Vim user can select a region in visual mode and press the key `p` to
replace the selected text.

But in GUI Emacs, the selected text might not be replaced when:
- `select-enable-primary` is `t`
- Third plugins override `interprogram-paste-function` (xclip.el, for example)
- Clipboard managers syncronise data between PRIMARY and CLIPBOARD selection

It's because the visual commands automatically insert the content of visually
selected region into X PRIMARY selection. But paste commands call the api
`current-kill` which calls `interprogram-paste-function`.

Value of `interprogram-paste-function` is `gui-selection-value` which
might return CLIPBOARD or PRIMARY selection.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update docstring DB</title>
<updated>2020-10-14T20:25:00+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2020-10-13T19:51:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=326e1d8205c928c11932c9274ef399246b54dfc4'/>
<id>326e1d8205c928c11932c9274ef399246b54dfc4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: handle default values that must be evaluated</title>
<updated>2020-03-04T09:06:15+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2020-03-04T09:06:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=54b0efd4467d077c9c4b90e062dd6dc32e0d49fa'/>
<id>54b0efd4467d077c9c4b90e062dd6dc32e0d49fa</id>
<content type='text'>
Also regenerate
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also regenerate
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: fix use of \\[...] to display key sequences</title>
<updated>2019-12-31T15:22:26+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2019-12-31T15:15:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=ef4f345b8bfa45f61448cb6dc747496d3b561dcc'/>
<id>ef4f345b8bfa45f61448cb6dc747496d3b561dcc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Document leader key functionality</title>
<updated>2019-12-21T15:26:52+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2019-12-21T15:26:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=a28f0147aabf211442dea1283e8cd31f05d2b8cb'/>
<id>a28f0147aabf211442dea1283e8cd31f05d2b8cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Script for extracting documentation data to json</title>
<updated>2019-12-19T13:52:36+00:00</updated>
<author>
<name>Eivind Fonn</name>
<email>evfonn@gmail.com</email>
</author>
<published>2019-12-13T08:10:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/evil.git/commit/?id=177d72c4d1ba57e69721f5279f0b0a874624e767'/>
<id>177d72c4d1ba57e69721f5279f0b0a874624e767</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
