<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/remote, branch v0.1.5</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>remote/host.vim: Avoid "No matching autocommands".</title>
<updated>2016-08-22T02:03:28+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-08-21T20:15:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=297677ecf42501d2bef45dd4f083002a0963b205'/>
<id>297677ecf42501d2bef45dd4f083002a0963b205</id>
<content type='text'>
:silent does not silence this message, even :redir does not consume it.
But execute() _does_ consume it, which interferes with the current
implementation of health.vim. It's prudent to avoid it in any case, even
if the implementation of health.vim changes in the future.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
:silent does not silence this message, even :redir does not consume it.
But execute() _does_ consume it, which interferes with the current
implementation of health.vim. It's prudent to avoid it in any case, even
if the implementation of health.vim changes in the future.
</pre>
</div>
</content>
</entry>
<entry>
<title>job control: reuse common job code for rpc jobs</title>
<updated>2016-08-20T10:55:35+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-05-12T20:25:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2d60a15e25f487eda1ac00a9e6cdf9a6564fb416'/>
<id>2d60a15e25f487eda1ac00a9e6cdf9a6564fb416</id>
<content type='text'>
This makes stderr and exit callbacks work for rpc jobs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes stderr and exit callbacks work for rpc jobs
</pre>
</div>
</content>
</entry>
<entry>
<title>host.vim: s:GetManifestPath(): octal permissions</title>
<updated>2016-08-17T22:30:09+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-08-17T22:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f9aa029a8b5b9dd93b4af56c995337bd853dc5c0'/>
<id>f9aa029a8b5b9dd93b4af56c995337bd853dc5c0</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: s:GetManifestPath(): Create base directory if needed.</title>
<updated>2016-08-17T22:29:45+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-08-17T21:56:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=acaf480bdcd5f3e8562fd78cd94850f4eb83ec57'/>
<id>acaf480bdcd5f3e8562fd78cd94850f4eb83ec57</id>
<content type='text'>
If the base directory does not exist, let mkdir(...,'p') create it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the base directory does not exist, let mkdir(...,'p') create it.
</pre>
</div>
</content>
</entry>
<entry>
<title>host.vim: s:GetManifestPath(): Remove for-loop.</title>
<updated>2016-08-17T21:43:26+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-08-17T21:30:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4b0b391f9f4ecac903b490cdb0834a2f4ab0e310'/>
<id>4b0b391f9f4ecac903b490cdb0834a2f4ab0e310</id>
<content type='text'>
Without the for-loop it is easier to follow, more explicit, and fewer
lines.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without the for-loop it is easier to follow, more explicit, and fewer
lines.
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: rplugin manifest written to $XDG_DATA_HOME</title>
<updated>2016-08-17T20:22:15+00:00</updated>
<author>
<name>Tommy Allen</name>
<email>tommy@esdf.io</email>
</author>
<published>2016-07-12T06:17:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=01e33e1c74619fc8d262e2dedbd45a20bdb24245'/>
<id>01e33e1c74619fc8d262e2dedbd45a20bdb24245</id>
<content type='text'>
Uses $NVIM_RPLUGIN_MANIFEST if available
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Uses $NVIM_RPLUGIN_MANIFEST if available
</pre>
</div>
</content>
</entry>
<entry>
<title>eval.c: rename capture() to execute() (#5132)</title>
<updated>2016-07-31T17:23:29+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-07-31T17:23:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=aa2c43994039b4d78ae628f96b80bf1a60b4da6b'/>
<id>aa2c43994039b4d78ae628f96b80bf1a60b4da6b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rplugin: Manifest file name fallback (#4935)</title>
<updated>2016-07-01T00:50:07+00:00</updated>
<author>
<name>Shougo</name>
<email>Shougo.Matsu@gmail.com</email>
</author>
<published>2016-07-01T00:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0d5edcef4a34bd0de4cf1eb267b8a40ed12e32fa'/>
<id>0d5edcef4a34bd0de4cf1eb267b8a40ed12e32fa</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: s:RegistrationCommands(): Normalize slashes.</title>
<updated>2016-05-22T15:34:24+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-05-22T15:34:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=46a080015ff83aaf74e26b4517a6620815cfa078'/>
<id>46a080015ff83aaf74e26b4517a6620815cfa078</id>
<content type='text'>
Closes #4795
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #4795
</pre>
</div>
</content>
</entry>
<entry>
<title>test: remote/define.vim: range</title>
<updated>2016-04-18T09:40:15+00:00</updated>
<author>
<name>Case Nelson</name>
<email>case@outpace.com</email>
</author>
<published>2016-04-10T06:20:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4a200ceafa475f5c4a7dc576df97a12caedd3590'/>
<id>4a200ceafa475f5c4a7dc576df97a12caedd3590</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
