<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/health/provider.vim, branch v0.4.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>checkhealth: try yarn if npm is missing #10490</title>
<updated>2019-07-14T18:48:53+00:00</updated>
<author>
<name>ObserverOfTime</name>
<email>chronobserver@disroot.org</email>
</author>
<published>2019-07-14T18:48:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c38862aceabef0d2dc144b407300241875c8b89f'/>
<id>c38862aceabef0d2dc144b407300241875c8b89f</id>
<content type='text'>
fixes #10489</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #10489</pre>
</div>
</content>
</entry>
<entry>
<title>health/provider.vim: check curl HTTPS support</title>
<updated>2019-04-22T19:05:39+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2019-04-20T09:32:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d0fd66ba82c4ea6d83e2a635eeddb7c7175e02c9'/>
<id>d0fd66ba82c4ea6d83e2a635eeddb7c7175e02c9</id>
<content type='text'>
closes #9925
closes #9928
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #9925
closes #9928
</pre>
</div>
</content>
</entry>
<entry>
<title>health/pythonx: handle "pip upgrade failure"</title>
<updated>2019-01-07T22:29:46+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2019-01-07T13:46:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=75593e6fcebcfd1404c8851653d5d8b1195ee34c'/>
<id>75593e6fcebcfd1404c8851653d5d8b1195ee34c</id>
<content type='text'>
Reference: https://github.com/neovim/neovim/wiki/Following-HEAD#20181118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reference: https://github.com/neovim/neovim/wiki/Following-HEAD#20181118
</pre>
</div>
</content>
</entry>
<entry>
<title>health/pythonx: refactor #Detect()</title>
<updated>2019-01-07T18:58:33+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2019-01-06T16:19:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eb91101a467004bda48fe0dd257a695d5b3d8d5f'/>
<id>eb91101a467004bda48fe0dd257a695d5b3d8d5f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>health/pythonx: refactor pyenv check</title>
<updated>2019-01-07T18:58:33+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2019-01-06T14:44:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7f27e14a6e5aac1d59e89723fa9305df2ef3673c'/>
<id>7f27e14a6e5aac1d59e89723fa9305df2ef3673c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>health/provider: Check for available pynvim when neovim module missing</title>
<updated>2019-01-02T01:38:28+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-01T19:21:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d7b3ac029c302ef3524d3bca96fc2f401eb83dab'/>
<id>d7b3ac029c302ef3524d3bca96fc2f401eb83dab</id>
<content type='text'>
Adapt the checks so we can still report when the pynvim module is
present but the neovim module is missing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapt the checks so we can still report when the pynvim module is
present but the neovim module is missing.
</pre>
</div>
</content>
</entry>
<entry>
<title>{health,provider}/python: Import the neovim, rather than pynvim, module</title>
<updated>2019-01-01T19:15:31+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-01T17:04:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0dd89cda9c4794b9ffa66c7d3fb870f8a0957761'/>
<id>0dd89cda9c4794b9ffa66c7d3fb870f8a0957761</id>
<content type='text'>
The neovim module is available for backwards compatibility.  We should
not yet force the use of the pynvim module, since there's no other major
reason to bump the minimum supported Python client module.

Closes #9426
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The neovim module is available for backwards compatibility.  We should
not yet force the use of the pynvim module, since there's no other major
reason to bump the minimum supported Python client module.

Closes #9426
</pre>
</div>
</content>
</entry>
<entry>
<title>health/python: warn if pynvim upgrade failed</title>
<updated>2018-11-20T10:33:08+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2018-11-20T08:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f1a787d292d1508ffebb2b70f6c9f86fc84044b9'/>
<id>f1a787d292d1508ffebb2b70f6c9f86fc84044b9</id>
<content type='text'>
Reference: https://github.com/neovim/neovim/wiki/Following-HEAD#20181118
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reference: https://github.com/neovim/neovim/wiki/Following-HEAD#20181118
</pre>
</div>
</content>
</entry>
<entry>
<title>health/python: slightly improve output</title>
<updated>2018-11-20T08:59:18+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2018-11-18T20:38:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=57fef7c74dca1059e45ec9c061555f22af8973cf'/>
<id>57fef7c74dca1059e45ec9c061555f22af8973cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>health/python: 'neovim' module was renamed to 'pynvim'</title>
<updated>2018-11-17T16:56:34+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2018-11-17T14:27:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3ea14d53664ca7dba648e650d4047e01a8518231'/>
<id>3ea14d53664ca7dba648e650d4047e01a8518231</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
