<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kakoune.git/test/highlight/wrap/avoid-odd-places, 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>Add support for curly underline and separate underline color</title>
<updated>2021-09-06T22:21:26+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2021-09-06T22:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=3fc8e29d101b4f6eef2538cdbe799bab9859f4b3'/>
<id>3fc8e29d101b4f6eef2538cdbe799bab9859f4b3</id>
<content type='text'>
Add support for a third color in face definition that controls
the underline and a 'c' attribute for curly underline (that takes
precedence over 'u' if both are specified)

Allow empty colors to mean default, so that `,,red+u` means the
same as `default,default,red+u`

Fixes #4138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for a third color in face definition that controls
the underline and a 'c' attribute for curly underline (that takes
precedence over 'u' if both are specified)

Allow empty colors to mean default, so that `,,red+u` means the
same as `default,default,red+u`

Fixes #4138
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Allow expect-style UI tests, testing any var</title>
<updated>2019-10-13T18:57:24+00:00</updated>
<author>
<name>Jason Felice</name>
<email>jason.m.felice@gmail.com</email>
</author>
<published>2019-10-04T02:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=e888f4341ce8b7db860525b401b7a2ad5dc4fd77'/>
<id>e888f4341ce8b7db860525b401b7a2ad5dc4fd77</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 and required scripts to get back to green make test</title>
<updated>2018-07-04T21:54:28+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2018-06-28T12:10:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=f61bcef469559b4412efc729f5c4a1952147549f'/>
<id>f61bcef469559b4412efc729f5c4a1952147549f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/run: Rename "display" expected ui output file as "ui-out"</title>
<updated>2018-05-19T04:15:16+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2018-05-18T23:58:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=851494a374c0cc2fcc65e6328fcd92f8647686b3'/>
<id>851494a374c0cc2fcc65e6328fcd92f8647686b3</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 after changes to json_ui output</title>
<updated>2018-04-29T13:06:24+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2018-04-29T13:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=e4f90e5ed2645895576af4f13a6213e95d1bf605'/>
<id>e4f90e5ed2645895576af4f13a6213e95d1bf605</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change client default name: "unnamed0" → "client0"</title>
<updated>2018-04-23T09:42:11+00:00</updated>
<author>
<name>Delapouite</name>
<email>delapouite@gmail.com</email>
</author>
<published>2018-04-23T09:42:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=746b9acb966a642cb15020f731ca46b7b64a6ee2'/>
<id>746b9acb966a642cb15020f731ca46b7b64a6ee2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Move highlighters into Scopes</title>
<updated>2017-10-28T05:43:04+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2017-10-28T03:00:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=d49555fc7568cff0db385d019a68cfdb0f28f8b0'/>
<id>d49555fc7568cff0db385d019a68cfdb0f28f8b0</id>
<content type='text'>
That means we can now have highlighters active at global, buffer, and
window scope. The add-highlighter and remove-highlighter syntax changed
to take the parent path (scope/group/...) as a mandatory argument,
superseeding the previous -group switch.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That means we can now have highlighters active at global, buffer, and
window scope. The add-highlighter and remove-highlighter syntax changed
to take the parent path (scope/group/...) as a mandatory argument,
superseeding the previous -group switch.
</pre>
</div>
</content>
</entry>
<entry>
<title>Avoid wrapping between punctuation and word</title>
<updated>2017-09-18T00:52:24+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2017-09-18T00:52:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=d5c10472f60be4351ae52d767b085da3aa9b2942'/>
<id>d5c10472f60be4351ae52d767b085da3aa9b2942</id>
<content type='text'>
Fixes #1550
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #1550
</pre>
</div>
</content>
</entry>
</feed>
