<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/health, branch v0.3.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>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>
<entry>
<title>health.vim: Detect missing init.vim</title>
<updated>2018-08-26T23:35:58+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-08-26T23:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a8b4d76a0a2c59a3a368932ae111265c15b8dccb'/>
<id>a8b4d76a0a2c59a3a368932ae111265c15b8dccb</id>
<content type='text'>
closes #4877
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #4877
</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: always report stderr with errors (#8783)</title>
<updated>2018-07-28T23:46:59+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>github@thequod.de</email>
</author>
<published>2018-07-28T23:46:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a4494b7cbc8b33932f53951d920aa3826b51935a'/>
<id>a4494b7cbc8b33932f53951d920aa3826b51935a</id>
<content type='text'>
This also reports the exit code (e.g. 127 for when pyenv-which fails).</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also reports the exit code (e.g. 127 for when pyenv-which fails).</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: do not use exepath with host_prog (#8784)</title>
<updated>2018-07-28T23:44:46+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>github@thequod.de</email>
</author>
<published>2018-07-28T23:44:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ade88fe4cc231710814325ac469104a252f41f2b'/>
<id>ade88fe4cc231710814325ac469104a252f41f2b</id>
<content type='text'>
This would need to get `expand`ed to not become empty, and is being
handled by s:check_bin already.

`s:check_bin` will also complain about e.g.
"~/.pyenv/versions/3.6.6/bin/python" not being executable, but that
reflects that the host will fail to start with it.

Fixes #8778</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This would need to get `expand`ed to not become empty, and is being
handled by s:check_bin already.

`s:check_bin` will also complain about e.g.
"~/.pyenv/versions/3.6.6/bin/python" not being executable, but that
reflects that the host will fail to start with it.

Fixes #8778</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: Python: fix VIRTUAL_ENV check (#8628)</title>
<updated>2018-06-24T08:28:21+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>github@thequod.de</email>
</author>
<published>2018-06-24T08:28:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bf6048e81d63c26231209ea82d05fb8e948dc573'/>
<id>bf6048e81d63c26231209ea82d05fb8e948dc573</id>
<content type='text'>
Compare `$VIRTUAL_ENV` to `python_bin`.
This is necessary when `g:python_host_prog` is set to an absolute path,
and looking up `pyname` in `$PATH` yields another result.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Compare `$VIRTUAL_ENV` to `python_bin`.
This is necessary when `g:python_host_prog` is set to an absolute path,
and looking up `pyname` in `$PATH` yields another result.</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: node.js: also search yarn #8528</title>
<updated>2018-06-17T11:05:55+00:00</updated>
<author>
<name>Ahmed El Gabri</name>
<email>ahmed@gabri.me</email>
</author>
<published>2018-06-11T19:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3cc350696576f26fe1e978ef78125a1a6c7410ab'/>
<id>3cc350696576f26fe1e978ef78125a1a6c7410ab</id>
<content type='text'>
- "neovim" package may be installed with yarn. Check yarn if npm fails.
- Use filereadable() instead of glob(). closes #8552
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- "neovim" package may be installed with yarn. Check yarn if npm fails.
- Use filereadable() instead of glob(). closes #8552
</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: fix nodejs provider advice (#8522)</title>
<updated>2018-06-10T18:09:10+00:00</updated>
<author>
<name>Colin Yates</name>
<email>colin@colinyates.co.uk</email>
</author>
<published>2018-06-10T18:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c69ea3b4b8aa8e6f3a756a49fc43a798b77f7eff'/>
<id>c69ea3b4b8aa8e6f3a756a49fc43a798b77f7eff</id>
<content type='text'>
closes #8515</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #8515</pre>
</div>
</content>
</entry>
<entry>
<title>health#provider: fix sys.path for Python</title>
<updated>2018-04-30T14:54:35+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2018-04-30T14:54:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1f2301eacfdfb18d6dbd2116d9ab231a97183499'/>
<id>1f2301eacfdfb18d6dbd2116d9ab231a97183499</id>
<content type='text'>
Remove "" from sys.path (typically the first entry), which could cause
e.g. "logging" to be added from the current directory.
This gets done already for loading the host in
runtime/autoload/provider/pythonx.vim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove "" from sys.path (typically the first entry), which could cause
e.g. "logging" to be added from the current directory.
This gets done already for loading the host in
runtime/autoload/provider/pythonx.vim.
</pre>
</div>
</content>
</entry>
</feed>
