<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/health, branch v0.2.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: fix check for npm and yarn (#7569)</title>
<updated>2017-11-16T22:43:50+00:00</updated>
<author>
<name>Billy Vong</name>
<email>billyvg@users.noreply.github.com</email>
</author>
<published>2017-11-16T22:43:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eacd788cf56fee586901f4252ae7492aaf007b3f'/>
<id>eacd788cf56fee586901f4252ae7492aaf007b3f</id>
<content type='text'>
Fix bug that checked for npm AND yarn, where we wanted npm OR yarn.
But since we call `npm` exclusively, and it's highly unlikely you have
yarn installed without npm, let's just remove the yarn check altogether.

Addresses https://github.com/neovim/node-client/issues/41</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix bug that checked for npm AND yarn, where we wanted npm OR yarn.
But since we call `npm` exclusively, and it's highly unlikely you have
yarn installed without npm, let's just remove the yarn check altogether.

Addresses https://github.com/neovim/node-client/issues/41</pre>
</div>
</content>
</entry>
<entry>
<title>health.vim: normalize slashes for script path (#7525)</title>
<updated>2017-11-13T01:10:06+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2017-11-13T01:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a43a573ad5e5152d2719033f9287989fb261feaf'/>
<id>a43a573ad5e5152d2719033f9287989fb261feaf</id>
<content type='text'>
:checkhealth reports that remote plugins are unregistered
after running :UpdateRemotePlugins because of the backslashes in filepath.
Normalize them to forward slashes because the paths in rplugin.vim are normalized in autoload/remote/host.vim.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
:checkhealth reports that remote plugins are unregistered
after running :UpdateRemotePlugins because of the backslashes in filepath.
Normalize them to forward slashes because the paths in rplugin.vim are normalized in autoload/remote/host.vim.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7458 'remote: add node host'</title>
<updated>2017-11-11T00:54:32+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-11T00:54:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b6a603fe515ee1cd554a8c4151286b26209a467b'/>
<id>b6a603fe515ee1cd554a8c4151286b26209a467b</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: env var may be defined but empty #7498</title>
<updated>2017-11-07T01:15:34+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-07T01:15:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b7f1885fab1cce27f3104b792ed07300b9561bf1'/>
<id>b7f1885fab1cce27f3104b792ed07300b9561bf1</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: show TUI-related env vars (#7498)</title>
<updated>2017-11-06T23:53:26+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-06T23:53:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7bcbf5d45620209b652b7bdd669878dbacd08dbe'/>
<id>7bcbf5d45620209b652b7bdd669878dbacd08dbe</id>
<content type='text'>
ref #7473
ref #7490</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #7473
ref #7490</pre>
</div>
</content>
</entry>
<entry>
<title>health: add node health check</title>
<updated>2017-10-29T18:06:47+00:00</updated>
<author>
<name>Billy Vong</name>
<email>billyvg@gmail.com</email>
</author>
<published>2017-10-29T18:06:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b199cb2fe5f9c2380937bfd5ea0654bdaef2918'/>
<id>8b199cb2fe5f9c2380937bfd5ea0654bdaef2918</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>:checkhealth : validate $VIM</title>
<updated>2017-10-16T23:51:21+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-10-16T22:10:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3bcee71cc8ef782fc89de7d72cb784cfb6d984d3'/>
<id>3bcee71cc8ef782fc89de7d72cb784cfb6d984d3</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: warn about 'paste' option</title>
<updated>2017-10-15T10:06:13+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-10-10T17:09:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ca1f43f68522770c768b6221752388684b5f658'/>
<id>7ca1f43f68522770c768b6221752388684b5f658</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: always check pyenv if installed #7219</title>
<updated>2017-09-09T13:56:51+00:00</updated>
<author>
<name>Greg Anders</name>
<email>greg@gpanders.com</email>
</author>
<published>2017-08-26T22:29:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7c00b10d8d99e9794e5e744c813164c45fc3c8b6'/>
<id>7c00b10d8d99e9794e5e744c813164c45fc3c8b6</id>
<content type='text'>
Always check for the presence of pyenv_root if pyenv is installed: if it
is not set, we don't know if it was intentional. If it wasn't
intentional, the warning is confusing (see #7176).

closes #7176
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Always check for the presence of pyenv_root if pyenv is installed: if it
is not set, we don't know if it was intentional. If it wasn't
intentional, the warning is confusing (see #7176).

closes #7176
</pre>
</div>
</content>
</entry>
<entry>
<title>clipboard: avoid error flood during :redir</title>
<updated>2017-08-20T17:49:42+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-08-20T00:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9882e25dc44f1165e1edc8b3898356e493b6b3fe'/>
<id>9882e25dc44f1165e1edc8b3898356e493b6b3fe</id>
<content type='text'>
redir_write():
- This is a "batch" operation which was not yet covered by
  start_batch_changes()

adjust_clipboard_name():
- msg() and friends during :redir will, of course, cause redir_write()
  to try to capture that message, which causes recursion.
- EMSG() here is trouble: if it interrupts :redir it is a mess.
  Rather than deal with the mess, show a non-error message.

closes #7182
closes #7184
closes #7183
ref #6048
ref #7032
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
redir_write():
- This is a "batch" operation which was not yet covered by
  start_batch_changes()

adjust_clipboard_name():
- msg() and friends during :redir will, of course, cause redir_write()
  to try to capture that message, which causes recursion.
- EMSG() here is trouble: if it interrupts :redir it is a mess.
  Rather than deal with the mess, show a non-error message.

closes #7182
closes #7184
closes #7183
ref #6048
ref #7032
</pre>
</div>
</content>
</entry>
</feed>
