<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/remote, branch v0.1.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>Fix UpdateRemotePlugins fails problem</title>
<updated>2015-12-09T15:09:55+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2015-12-09T15:09:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f338fee4821a475b1ae4712b2552c2f7eca81f27'/>
<id>f338fee4821a475b1ae4712b2552c2f7eca81f27</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>host.vim: expand $MYVIMRC. #3342</title>
<updated>2015-09-15T01:59:13+00:00</updated>
<author>
<name>Jonathan Skeate</name>
<email>skeate@gmail.com</email>
</author>
<published>2015-09-15T09:36:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5613b62224e4cf8a0088537c7f4ea883530e3cf8'/>
<id>5613b62224e4cf8a0088537c7f4ea883530e3cf8</id>
<content type='text'>
According to the vim helpfile:

&gt; fnamemodify({fname}, {mods})
&gt;    ...
&gt;    Note: Environment variables don't work in {fname}, use
&gt;    expand() first then.

So this causes issues if your $MYVIMRC contains environment variables
(e.g. $XDG_CONFIG_HOME)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to the vim helpfile:

&gt; fnamemodify({fname}, {mods})
&gt;    ...
&gt;    Note: Environment variables don't work in {fname}, use
&gt;    expand() first then.

So this causes issues if your $MYVIMRC contains environment variables
(e.g. $XDG_CONFIG_HOME)
</pre>
</div>
</content>
</entry>
<entry>
<title>python: remove current working directory from path</title>
<updated>2015-09-14T10:06:49+00:00</updated>
<author>
<name>Jakob Schnitzer</name>
<email>mail@jakobschnitzer.de</email>
</author>
<published>2015-09-11T09:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c478dd5ab472a643488cb6b14e299ee46d83701c'/>
<id>c478dd5ab472a643488cb6b14e299ee46d83701c</id>
<content type='text'>
Before, running Nvim in a directory containing a Python module `neovim`,
or one that is imported by it or a plugin, will load that module and not
the system one. So Nvim might be tricked into running arbitrary scripts
from the current working directory.

Fixes #1665
Fixes #2530
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before, running Nvim in a directory containing a Python module `neovim`,
or one that is imported by it or a plugin, will load that module and not
the system one. So Nvim might be tricked into running arbitrary scripts
from the current working directory.

Fixes #1665
Fixes #2530
</pre>
</div>
</content>
</entry>
<entry>
<title>rplugin: Don't error if plugin is registered before host #2961</title>
<updated>2015-07-10T20:11:13+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2015-07-05T17:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=73d9cd85df478e98a5d229087489c808a6fbb9a4'/>
<id>73d9cd85df478e98a5d229087489c808a6fbb9a4</id>
<content type='text'>
This makes it possible to register a lazy loaded host in a plugin/ file.
Previously this caused an error on restart after :UpdateRemotePlugins
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it possible to register a lazy loaded host in a plugin/ file.
Previously this caused an error on restart after :UpdateRemotePlugins
</pre>
</div>
</content>
</entry>
<entry>
<title>rplugin: pass additional info to host factory function #2920</title>
<updated>2015-07-03T16:12:21+00:00</updated>
<author>
<name>Nick Hynes</name>
<email>nhynes@mit.edu</email>
</author>
<published>2015-06-28T12:54:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0ffd51425e70525bdbc792a1c6592f807b84e212'/>
<id>0ffd51425e70525bdbc792a1c6592f807b84e212</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rplugin: allow users to register hosts #2896</title>
<updated>2015-06-25T23:01:38+00:00</updated>
<author>
<name>Nick Hynes</name>
<email>nhynes@mit.edu</email>
</author>
<published>2015-06-24T23:18:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=105b8f10707580dc9f20a52c71de77d57143f64e'/>
<id>105b8f10707580dc9f20a52c71de77d57143f64e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote#host#RequirePythonHost: fix reference to log</title>
<updated>2015-06-09T07:29:46+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2015-05-08T10:09:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8d42db1eeaac03028257513aa093df79efc9c025'/>
<id>8d42db1eeaac03028257513aa093df79efc9c025</id>
<content type='text'>
I could not find a reference to NVIM_PYTHON_PYTHON_LOG anywhere, and
python-client looks for NVIM_PYTHON_LOG_FILE.

~/.nvimlog appears to be hardcoded and enabled by default.  This would
need to be adjusted when this changes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I could not find a reference to NVIM_PYTHON_PYTHON_LOG anywhere, and
python-client looks for NVIM_PYTHON_LOG_FILE.

~/.nvimlog appears to be hardcoded and enabled by default.  This would
need to be adjusted when this changes.
</pre>
</div>
</content>
</entry>
<entry>
<title>rplugin: Improve remote plugins detection messages #2769</title>
<updated>2015-05-31T16:47:54+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2015-05-30T09:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7dc241ac782e3a469d73d5f9a7baeba4e6107333'/>
<id>7dc241ac782e3a469d73d5f9a7baeba4e6107333</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add if_python3 support</title>
<updated>2015-04-20T21:20:23+00:00</updated>
<author>
<name>Shougo Matsushita</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2015-03-20T22:55:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=42de617974b6befaf5d25037bf6d92c2b889068b'/>
<id>42de617974b6befaf5d25037bf6d92c2b889068b</id>
<content type='text'>
Reviewed-by: Michael Reed &lt;m.reed@mykolab.com&gt;, Daniel Hahler &lt;github@thequod.de&gt;
Helped-by: Daniel Hahler &lt;github@thequod.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Michael Reed &lt;m.reed@mykolab.com&gt;, Daniel Hahler &lt;github@thequod.de&gt;
Helped-by: Daniel Hahler &lt;github@thequod.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Handle failures while loading individual remote plugins</title>
<updated>2015-04-13T20:21:28+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2015-04-13T19:43:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=54bd3843384af34c895942acb32ca3996d5cb614'/>
<id>54bd3843384af34c895942acb32ca3996d5cb614</id>
<content type='text'>
The s:RegistrationCommands functions will now test the type of the "specs" rpc
call. If it's not a list, then the plugin failed to load and is skipped
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The s:RegistrationCommands functions will now test the type of the "specs" rpc
call. If it's not a list, then the plugin failed to load and is skipped
</pre>
</div>
</content>
</entry>
</feed>
