<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload, branch v0.1.2</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>clipboard: Check $DISPLAY. Prefer xsel. #4150</title>
<updated>2016-02-05T14:51:56+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-02-02T13:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=46bd3c0f77f282b93ca1307c011562243c394306'/>
<id>46bd3c0f77f282b93ca1307c011562243c394306</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Respect $MANWIDTH</title>
<updated>2016-02-01T06:39:24+00:00</updated>
<author>
<name>George Brown</name>
<email>321.george@gmail.com</email>
</author>
<published>2016-02-01T06:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=948361760cec2b3d570cf11af98df368bac8c514'/>
<id>948361760cec2b3d570cf11af98df368bac8c514</id>
<content type='text'>
If $MANWIDTH is set do not override it otherwise use winwidth.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If $MANWIDTH is set do not override it otherwise use winwidth.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:83d1b19</title>
<updated>2016-01-28T12:43:43+00:00</updated>
<author>
<name>Nicolas Dumazet</name>
<email>ndumazet@google.com</email>
</author>
<published>2016-01-28T12:29:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2e000a1acd59537b6d33b0dff98e01e7f5dc0187'/>
<id>2e000a1acd59537b6d33b0dff98e01e7f5dc0187</id>
<content type='text'>
More updated runtime files.

https://github.com/vim/vim/commit/83d1b19015219c7799af0a0d539ae86a41057240

Left out:
- doc/tags
- doc/todo.txt
- runtime/tutor/de.*
- runtime/syntax/vim.vim that seems to have already been
  applied/autogenerated without the has(...) tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
More updated runtime files.

https://github.com/vim/vim/commit/83d1b19015219c7799af0a0d539ae86a41057240

Left out:
- doc/tags
- doc/todo.txt
- runtime/tutor/de.*
- runtime/syntax/vim.vim that seems to have already been
  applied/autogenerated without the has(...) tests
</pre>
</div>
</content>
</entry>
<entry>
<title>plugin/tutor: Fix locale handling</title>
<updated>2016-01-25T16:44:46+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2016-01-25T16:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1715b79d3937d903a93251e66b9ac240653865cc'/>
<id>1715b79d3937d903a93251e66b9ac240653865cc</id>
<content type='text'>
Fixes issue #4071
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes issue #4071
</pre>
</div>
</content>
</entry>
<entry>
<title>clipboard: Detach clipboard helper, so contents is kept after nvim exit</title>
<updated>2016-01-20T10:09:29+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-01-04T16:15:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=49f04179888944943f0266cd77810e467f9d68ef'/>
<id>49f04179888944943f0266cd77810e467f9d68ef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>python: Add missing I/O methods to RedirectStream</title>
<updated>2016-01-18T16:22:11+00:00</updated>
<author>
<name>Dan Strokirk</name>
<email>dan.strokirk@gmail.com</email>
</author>
<published>2016-01-18T16:13:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=38435e8a053923c9e0b3e7c9a9d43dd6725c06b8'/>
<id>38435e8a053923c9e0b3e7c9a9d43dd6725c06b8</id>
<content type='text'>
`RedirectStream` is used to redirect `stdout` and `stderr`, but are
missing certain I/O methods available on other file-like objects.
This causes external plugins (like `colorama`) to crash.

Inheriting from `io.IOBase` adds an abstract implementation of these
methods, which will at least keep the python code running.

Fixes #4045
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`RedirectStream` is used to redirect `stdout` and `stderr`, but are
missing certain I/O methods available on other file-like objects.
This causes external plugins (like `colorama`) to crash.

Inheriting from `io.IOBase` adds an abstract implementation of these
methods, which will at least keep the python code running.

Fixes #4045
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:f3c2afb</title>
<updated>2016-01-15T15:09:46+00:00</updated>
<author>
<name>Justin Gassner</name>
<email>justin.gassner@web.de</email>
</author>
<published>2016-01-14T23:38:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fec466c72ec96c903e9fdafe4bbcbfacb8db505b'/>
<id>fec466c72ec96c903e9fdafe4bbcbfacb8db505b</id>
<content type='text'>
Update a few runtime files.

https://github.com/vim/vim/commit/f3c2afb77f8b1f2591337fcaa90ba0fb45365cbc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update a few runtime files.

https://github.com/vim/vim/commit/f3c2afb77f8b1f2591337fcaa90ba0fb45365cbc
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove getscript.vim.</title>
<updated>2015-12-12T14:18:51+00:00</updated>
<author>
<name>Seth Jackson</name>
<email>sethjackson@gmail.com</email>
</author>
<published>2015-12-12T02:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5262cf2f193d25784677e2bb5c9add911474d85c'/>
<id>5262cf2f193d25784677e2bb5c9add911474d85c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix UpdateRemotePlugins fails problem</title>
<updated>2015-12-09T15:09:55+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2015-12-09T15:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f338fee4821a475b1ae4712b2552c2f7eca81f27'/>
<id>f338fee4821a475b1ae4712b2552c2f7eca81f27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tutor: Fix mistaken option name</title>
<updated>2015-11-28T18:55:43+00:00</updated>
<author>
<name>Felipe Morales</name>
<email>hel.sheep@gmail.com</email>
</author>
<published>2015-11-28T18:55:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4af822fa0933c1da5c8ee79ac43814b526a5cee3'/>
<id>4af822fa0933c1da5c8ee79ac43814b526a5cee3</id>
<content type='text'>
Closes #3754</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #3754</pre>
</div>
</content>
</entry>
</feed>
