<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/os, branch v0.1.5</title>
<subtitle>Neovim fork with Rahm's personal hacks.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/'/>
<entry>
<title>stream: set data together with callback</title>
<updated>2016-08-20T08:25:33+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-05-12T11:18:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=215922120c43163f4e1cc00851bd1b86890d3a28'/>
<id>215922120c43163f4e1cc00851bd1b86890d3a28</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #5025 'input.c: Restore double click'</title>
<updated>2016-08-08T03:52:27+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-08-08T03:52:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6da7d6890cc6e75a5477b0305d7c86501f960cf6'/>
<id>6da7d6890cc6e75a5477b0305d7c86501f960cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #5130 from equalsraf/tb-appveyor</title>
<updated>2016-08-07T21:35:10+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-08-07T21:35:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f1eb3031871b380162cf6407405367d707e7d9cc'/>
<id>f1eb3031871b380162cf6407405367d707e7d9cc</id>
<content type='text'>
Enable MSYS/MinGW builds in Appveyor</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable MSYS/MinGW builds in Appveyor</pre>
</div>
</content>
</entry>
<entry>
<title>Create os_translate_sys_error()</title>
<updated>2016-08-07T20:57:30+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2016-07-29T14:38:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6bcaea7c41e82a3435d903c6f99fd791cc343059'/>
<id>6bcaea7c41e82a3435d903c6f99fd791cc343059</id>
<content type='text'>
Wrap up uv_translate_sys_error and fallbacks into a new function
os_translate_sys_error(). In windows a copy of the original
uv_translate_sys_error() was imported from libuv.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Wrap up uv_translate_sys_error and fallbacks into a new function
os_translate_sys_error(). In windows a copy of the original
uv_translate_sys_error() was imported from libuv.
</pre>
</div>
</content>
</entry>
<entry>
<title>lint</title>
<updated>2016-08-07T17:29:36+00:00</updated>
<author>
<name>sach1t</name>
<email>sach0010t@gmail.com</email>
</author>
<published>2016-08-07T17:29:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=46492a472a6db7de6e1cbc24405455835ecd453e'/>
<id>46492a472a6db7de6e1cbc24405455835ecd453e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>input.c: restore double click</title>
<updated>2016-08-07T17:21:03+00:00</updated>
<author>
<name>sach1t</name>
<email>sach0010t@gmail.com</email>
</author>
<published>2016-07-09T17:32:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=563628e617e803b6298d881e052b2e478d4dd2b2'/>
<id>563628e617e803b6298d881e052b2e478d4dd2b2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #4964 from ZyX-I/no-xdg-expand</title>
<updated>2016-08-05T00:59:51+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-08-05T00:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fe6ec757257dccee88f03deb767bc3a1d86c2351'/>
<id>fe6ec757257dccee88f03deb767bc3a1d86c2351</id>
<content type='text'>
option: Do not expand options, obtained from XDG vars</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
option: Do not expand options, obtained from XDG vars</pre>
</div>
</content>
</entry>
<entry>
<title>os_resolve_shortcut: Report conversion error.</title>
<updated>2016-07-30T19:28:13+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-07-30T18:09:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=02346f9bc7ab432931b059d075f16bfb09f93c1f'/>
<id>02346f9bc7ab432931b059d075f16bfb09f93c1f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>mbyte.c: Move utf8/utf16 functions to mbyte.c</title>
<updated>2016-07-30T19:28:13+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-07-30T18:00:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f2d5ba65b54ff02cef438006d7dabd8de375fa33'/>
<id>f2d5ba65b54ff02cef438006d7dabd8de375fa33</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>utf16_to_utf8</title>
<updated>2016-07-30T19:28:13+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-05-29T10:09:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=23aadb69486fbfc6739dfd8861278f99315023ba'/>
<id>23aadb69486fbfc6739dfd8861278f99315023ba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
