<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kakoune.git/test/unit, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/'/>
<entry>
<title>Rename 'unit' test directory to 'normal' as they are the normal mode tests</title>
<updated>2017-06-09T09:48:37+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2017-06-09T09:48:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=fb81b1bc86cf317cd7cc672a6059eed6f792260d'/>
<id>fb81b1bc86cf317cd7cc672a6059eed6f792260d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Remove empty test directories</title>
<updated>2017-03-07T16:02:00+00:00</updated>
<author>
<name>Frank LENORMAND</name>
<email>lenormf@gmail.com</email>
</author>
<published>2017-03-07T16:02:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=d15efa4e40988f2abe2438c85d0d37443b998c92'/>
<id>d15efa4e40988f2abe2438c85d0d37443b998c92</id>
<content type='text'>
Closes #922
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #922
</pre>
</div>
</content>
</entry>
<entry>
<title>Change word object selector to fail if the cursor is not on a word char</title>
<updated>2017-03-04T18:33:50+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2017-03-04T17:43:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=cc88b0f5861254cd9a95e7289f843e68fb7edbc1'/>
<id>cc88b0f5861254cd9a95e7289f843e68fb7edbc1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move object unit tests in their own subfolder</title>
<updated>2017-03-03T23:31:30+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2017-03-03T23:31:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=31edff85c3321d7920b87bae3a55bef0a124e063'/>
<id>31edff85c3321d7920b87bae3a55bef0a124e063</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix tests for indent selection</title>
<updated>2017-03-03T23:28:30+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2017-03-03T23:28:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=28940e0e28b0f24b946918ce24dcaf38be5498a5'/>
<id>28940e0e28b0f24b946918ce24dcaf38be5498a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Return an optional selection in most selectors, fail rather than keep current</title>
<updated>2017-03-03T20:17:11+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2017-03-03T20:12:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=ddc5e958e6df7f1e94dfded5d7670433a23615f2'/>
<id>ddc5e958e6df7f1e94dfded5d7670433a23615f2</id>
<content type='text'>
Instead of returning the current selection when a selector fails, return
an empty Optional&lt;Selection&gt;. That means object selections will now
remove the selections that dont match the object.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of returning the current selection when a selector fails, return
an empty Optional&lt;Selection&gt;. That means object selections will now
remove the selections that dont match the object.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Fix UTF8 compliant locale detection</title>
<updated>2017-02-23T15:46:56+00:00</updated>
<author>
<name>Frank LENORMAND</name>
<email>lenormf@gmail.com</email>
</author>
<published>2017-02-23T15:46:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=58cad9aecf781b42a0a80fed4f0e91c2822788e1'/>
<id>58cad9aecf781b42a0a80fed4f0e91c2822788e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use &lt;a-'&gt; for backward rotate selection and move rotate content to &lt;a-"&gt;</title>
<updated>2017-02-01T22:53:42+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2017-02-01T20:54:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=bc0dfa9e8fe488a1847580b50fa39ad42a987dc2'/>
<id>bc0dfa9e8fe488a1847580b50fa39ad42a987dc2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix align support with aligntab = true</title>
<updated>2016-10-28T08:50:25+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2016-10-28T08:49:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=965cd8e0c32310dbcc267359b3e161148f10407e'/>
<id>965cd8e0c32310dbcc267359b3e161148f10407e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the missing repeat-select test cases</title>
<updated>2016-10-13T23:09:52+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>frrrwww@gmail.com</email>
</author>
<published>2016-10-13T23:09:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=19f65f4c6e42b752021f1f96d475e935db7821b3'/>
<id>19f65f4c6e42b752021f1f96d475e935db7821b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
