<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload, branch v0.1.6</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: check for sensible.vim</title>
<updated>2016-10-28T11:54:08+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-28T03:07:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fb4d5b05166235ae32db48cb7eb8d3776ea8386a'/>
<id>fb4d5b05166235ae32db48cb7eb8d3776ea8386a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CheckHealth: more checks</title>
<updated>2016-10-25T13:55:29+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-25T13:28:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c853fd6fab212688c71d66c869e48401ac155973'/>
<id>c853fd6fab212688c71d66c869e48401ac155973</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rplugin: resolve paths in manifest file (#5501)</title>
<updated>2016-10-18T21:16:13+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-10-18T21:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=657ba62a84de4ae0fd6dbaa2d3c238de4b372669'/>
<id>657ba62a84de4ae0fd6dbaa2d3c238de4b372669</id>
<content type='text'>
`:CheckHealth nvim` would always report an outdated manifest if symlinks were
used, because the manifest file contains unresolved paths that get compared
against resolved paths.

Now we resolve paths before they get written to the manifest file.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`:CheckHealth nvim` would always report an outdated manifest if symlinks were
used, because the manifest file contains unresolved paths that get compared
against resolved paths.

Now we resolve paths before they get written to the manifest file.</pre>
</div>
</content>
</entry>
<entry>
<title>CheckHealth: check terminfo</title>
<updated>2016-10-16T16:14:24+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-16T15:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=acdc0b1955e531cd5a365066e1ce3a3fe22eefb9'/>
<id>acdc0b1955e531cd5a365066e1ce3a3fe22eefb9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CheckHealth: check tmux configuration</title>
<updated>2016-10-16T16:08:53+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-16T15:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c40b3b680d1e4d6c727e77c98817fe39485e2963'/>
<id>c40b3b680d1e4d6c727e77c98817fe39485e2963</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.vim: Pass errors through. Give more feedback.</title>
<updated>2016-10-13T15:55:15+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-13T15:53:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=819b79dbc5a6724b38fde606e065aabd761a870d'/>
<id>819b79dbc5a6724b38fde606e065aabd761a870d</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.vim: Fix system([]) invocations.</title>
<updated>2016-10-13T13:17:24+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-13T13:09:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=294c0ba0149950696aec1da6f0af549a0662fd08'/>
<id>294c0ba0149950696aec1da6f0af549a0662fd08</id>
<content type='text'>
Closes #5435
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #5435
</pre>
</div>
</content>
</entry>
<entry>
<title>UpdateRemotePlugins: Discard duplicate paths. (#5464)</title>
<updated>2016-10-11T23:04:59+00:00</updated>
<author>
<name>Shougo</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-10-11T23:04:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1dde512498d2fa9f3427861b5d4f894c778f992b'/>
<id>1dde512498d2fa9f3427861b5d4f894c778f992b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>CheckHealth: choose correct path for the latest version (#5446)</title>
<updated>2016-10-08T14:34:54+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-10-08T14:34:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=31f6334aa8f8093ddfd2fd3ecf9fc438ad62a792'/>
<id>31f6334aa8f8093ddfd2fd3ecf9fc438ad62a792</id>
<content type='text'>
If multiple versions of a package are installed, the provider health check could
choose a wrong path:

  /usr/local/lib/python3.5/site-packages/neovim-0.1.10-py3.5.egg-info/PKG-INFO
  /usr/local/lib/python3.5/site-packages/neovim-0.1.9-py3.5.egg-info/PKG-INFO

Prior to this change :CheckHealth could falsely show 0.1.9 as the installed
version, since glob() doesn't enforce any predictable order.

Now we sort all potential paths numerically in descending order and just look at
the first path instead.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If multiple versions of a package are installed, the provider health check could
choose a wrong path:

  /usr/local/lib/python3.5/site-packages/neovim-0.1.10-py3.5.egg-info/PKG-INFO
  /usr/local/lib/python3.5/site-packages/neovim-0.1.9-py3.5.egg-info/PKG-INFO

Prior to this change :CheckHealth could falsely show 0.1.9 as the installed
version, since glob() doesn't enforce any predictable order.

Now we sort all potential paths numerically in descending order and just look at
the first path instead.

</pre>
</div>
</content>
</entry>
<entry>
<title>health: fix Python 2 variable names</title>
<updated>2016-10-07T05:09:36+00:00</updated>
<author>
<name>Mark Lee</name>
<email>vim@lazymalevolence.com</email>
</author>
<published>2016-10-07T05:03:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a8f9d5679636a1b745dbd45423d1282df6c65c1b'/>
<id>a8f9d5679636a1b745dbd45423d1282df6c65c1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
