<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/health, branch stable</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>fix(health/python3): remove obsolete check (#14590)</title>
<updated>2021-05-19T17:26:15+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2021-05-19T17:26:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6deae3d14b59f554a352b9e3738a7a4acb254ea3'/>
<id>6deae3d14b59f554a352b9e3738a7a4acb254ea3</id>
<content type='text'>
Python 3.3 reached its end-of-life 2017-09-29:

  https://www.python.org/dev/peps/pep-0398

Closes https://github.com/neovim/neovim/issues/14586</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Python 3.3 reached its end-of-life 2017-09-29:

  https://www.python.org/dev/peps/pep-0398

Closes https://github.com/neovim/neovim/issues/14586</pre>
</div>
</content>
</entry>
<entry>
<title>doc: prefer "python -m pip" (#14353)</title>
<updated>2021-04-14T18:48:13+00:00</updated>
<author>
<name>Aru Sahni</name>
<email>aru@arusahni.net</email>
</author>
<published>2021-04-14T18:48:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d9c7adc64c291f1a368c1417354332f72bdb66d6'/>
<id>d9c7adc64c291f1a368c1417354332f72bdb66d6</id>
<content type='text'>
The current guidance for install Python packages is to use

    python -m pip install &lt;package_name&gt;

Instead of

    pip install &lt;package_name&gt;

This ensures that one is using the version of pip that is tied to the
environment's interpreter (and, thusly, its packages).  This has [been
endorsed by a core
maintainer](https://snarky.ca/why-you-should-use-python-m-pip/) as
being the recommended way to invoke pip.

As there currently are a few places where the old invocation was used,
attempt to bring them in line.

Fixes #14234</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The current guidance for install Python packages is to use

    python -m pip install &lt;package_name&gt;

Instead of

    pip install &lt;package_name&gt;

This ensures that one is using the version of pip that is tied to the
environment's interpreter (and, thusly, its packages).  This has [been
endorsed by a core
maintainer](https://snarky.ca/why-you-should-use-python-m-pip/) as
being the recommended way to invoke pip.

As there currently are a few places where the old invocation was used,
attempt to bring them in line.

Fixes #14234</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ts): move checkhealth in runtime/vim</title>
<updated>2021-04-06T17:03:04+00:00</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2021-04-01T15:10:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=952508d4056b7869720f4a446f2d49963eaf937d'/>
<id>952508d4056b7869720f4a446f2d49963eaf937d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat: treesitter checkhealth</title>
<updated>2021-04-06T16:54:22+00:00</updated>
<author>
<name>Matthieu Coudron</name>
<email>mcoudron@hotmail.com</email>
</author>
<published>2021-03-23T22:32:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=86ced59a6a5f9da137f75b98b5fc03b777255f52'/>
<id>86ced59a6a5f9da137f75b98b5fc03b777255f52</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: fix terminfo problems on Windows</title>
<updated>2021-01-06T03:43:58+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2021-01-06T03:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6249059d4bf263df4b6621fe837fe60f3796ab86'/>
<id>6249059d4bf263df4b6621fe837fe60f3796ab86</id>
<content type='text'>
fixes #13415
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #13415
</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: fix problem where &amp;shada is empty</title>
<updated>2021-01-06T03:17:45+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2021-01-06T03:14:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b77e21b35c07cbe6b5a9c5fa11255bc61be05a41'/>
<id>b77e21b35c07cbe6b5a9c5fa11255bc61be05a41</id>
<content type='text'>
fixes #13700
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #13700
</pre>
</div>
</content>
</entry>
<entry>
<title>healthcheck: fix health check issue with shada file (#13291)</title>
<updated>2020-12-14T02:49:29+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2020-12-14T02:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=82100a6bdb42cec30060d6c991ab78fd2331fa31'/>
<id>82100a6bdb42cec30060d6c991ab78fd2331fa31</id>
<content type='text'>
- If the shada file is set with shada option n, use it.
- If the shadafile is NONE, it does not check for file read/write access.
- If the shada file does not exist, try to create it.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- If the shada file is set with shada option n, use it.
- If the shadafile is NONE, it does not check for file read/write access.
- If the shada file does not exist, try to create it.</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: support virtual env dir with spaces</title>
<updated>2020-11-24T08:39:11+00:00</updated>
<author>
<name>saadparwaiz1</name>
<email>73385353+saadparwaiz1@users.noreply.github.com</email>
</author>
<published>2020-11-24T08:39:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=60158dfb818cbc8132da31bdf3ab77def9bf070e'/>
<id>60158dfb818cbc8132da31bdf3ab77def9bf070e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>healthcheck: suggest to skip tests perl provider (#13223)</title>
<updated>2020-11-04T23:40:34+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2020-11-04T23:40:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=33560002b4103cb8be3ba2bf51cd395bbc4702fd'/>
<id>33560002b4103cb8be3ba2bf51cd395bbc4702fd</id>
<content type='text'>
CPAN tests are unreliable on Windows.
CI does the same to reduce flaky,slow builds.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
CPAN tests are unreliable on Windows.
CI does the same to reduce flaky,slow builds.</pre>
</div>
</content>
</entry>
<entry>
<title>provider: align all foo#Detect() functions #12839</title>
<updated>2020-09-05T22:02:46+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2020-09-05T22:02:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bedab7e87b038da11f93484c1bc1e036fea520b9'/>
<id>bedab7e87b038da11f93484c1bc1e036fea520b9</id>
<content type='text'>
Problem: ruby#Detect() and node#Detect() don't return a [prog, err] pair
which means callers must special-case them.

Solution: align their return signatures with the perl/pythonx providers.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: ruby#Detect() and node#Detect() don't return a [prog, err] pair
which means callers must special-case them.

Solution: align their return signatures with the perl/pythonx providers.</pre>
</div>
</content>
</entry>
</feed>
