<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/health, branch v0.2.1</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.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>: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>
<entry>
<title>health.vim: validate g:clipboard</title>
<updated>2017-07-15T13:19:01+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-07-15T13:03:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=72c38b5cd5af8599090311f8d580136feb0646f1'/>
<id>72c38b5cd5af8599090311f8d580136feb0646f1</id>
<content type='text'>
Closes #7020

Also fix 'iskeyword' setting, which I fumbled in
440133e0d5d576e46bd5ffa555f6a9c534789b48
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #7020

Also fix 'iskeyword' setting, which I fumbled in
440133e0d5d576e46bd5ffa555f6a9c534789b48
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Fix issue with Ruby health `latest_gem` determination</title>
<updated>2017-06-17T15:20:00+00:00</updated>
<author>
<name>Alex Genco</name>
<email>alexgenco@gmail.com</email>
</author>
<published>2017-06-04T00:14:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=826210a465f1b8bae2c6bc70ca73d610897d954c'/>
<id>826210a465f1b8bae2c6bc70ca73d610897d954c</id>
<content type='text'>
Sometimes the `gem list` command used for finding the latest version of
the `neovim` gem prints an error, which can throw off the `split()` call
due to extra parenthesis. This locks down the split pattern to make
conflicts less likely.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sometimes the `gem list` command used for finding the latest version of
the `neovim` gem prints an error, which can throw off the `split()` call
due to extra parenthesis. This locks down the split pattern to make
conflicts less likely.
</pre>
</div>
</content>
</entry>
<entry>
<title>health.vim: On error, show a valid shell command.</title>
<updated>2017-05-11T12:20:57+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-05-11T10:16:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=73c6bf38796d3ebd135a9edc67c17a8cec2cc32d'/>
<id>73c6bf38796d3ebd135a9edc67c17a8cec2cc32d</id>
<content type='text'>
Helped-by: Nikolai Aleksandrovich Pavlov &lt;kp-pav@yandex.ru&gt;
Closes #6715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Helped-by: Nikolai Aleksandrovich Pavlov &lt;kp-pav@yandex.ru&gt;
Closes #6715
</pre>
</div>
</content>
</entry>
<entry>
<title>health.vim: Fix hardcoded `python` name. #6714</title>
<updated>2017-05-11T10:01:56+00:00</updated>
<author>
<name>Edd Barrett</name>
<email>vext01@gmail.com</email>
</author>
<published>2017-05-10T13:33:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bc4fd8b10d3634f0b75f8e87dded7f6d7070eeae'/>
<id>bc4fd8b10d3634f0b75f8e87dded7f6d7070eeae</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
