<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/autoload/provider, 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>win: provider: Detect(): return *.cmd path (#7577)</title>
<updated>2017-11-17T22:52:51+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2017-11-17T22:52:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e8af34dc635981367ba3b1da93b51e6984ef6111'/>
<id>e8af34dc635981367ba3b1da93b51e6984ef6111</id>
<content type='text'>
neovim-ruby-host is a ruby script.
neovim-node-host is a shell script.
Both don't work in cmd.exe so gem and npm provide batchfile shims.

Return the full path of these shims, cmd.exe knows better what to do with these files.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
neovim-ruby-host is a ruby script.
neovim-node-host is a shell script.
Both don't work in cmd.exe so gem and npm provide batchfile shims.

Return the full path of these shims, cmd.exe knows better what to do with these files.</pre>
</div>
</content>
</entry>
<entry>
<title>use `provider#stderr_collector`</title>
<updated>2017-10-31T15:35:29+00:00</updated>
<author>
<name>Billy Vong</name>
<email>billyvg@gmail.com</email>
</author>
<published>2017-10-31T15:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eed10f7e23a7ec27e5ba147379fb6acbfcb10c20'/>
<id>eed10f7e23a7ec27e5ba147379fb6acbfcb10c20</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remote: add node.js as a remote plugin provider</title>
<updated>2017-10-29T18:10:33+00:00</updated>
<author>
<name>Billy Vong</name>
<email>billyvg@gmail.com</email>
</author>
<published>2017-10-29T18:10:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7890157931a3fdfddb647a06e27346071c55564c'/>
<id>7890157931a3fdfddb647a06e27346071c55564c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: replace ":CheckHealth" with ":checkhealth"</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-15T18:31:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d214df4e9b23b5f2d9f7e6c78624881a7d298cdb'/>
<id>d214df4e9b23b5f2d9f7e6c78624881a7d298cdb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>clipboard: disallow recursion; show hint only once (#7203)</title>
<updated>2017-08-22T18:31:54+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-08-22T18:31:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=85f3084e21e112a34d891d90cfaf37a7de726866'/>
<id>85f3084e21e112a34d891d90cfaf37a7de726866</id>
<content type='text'>
- Show hint only once per session.
- provider#clipboard#Call(): prevent recursion
- provider#clear_stderr(): use has_key(), because :silent! is still
  captured by :redir.

closes #7184</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Show hint only once per session.
- provider#clipboard#Call(): prevent recursion
- provider#clear_stderr(): use has_key(), because :silent! is still
  captured by :redir.

closes #7184</pre>
</div>
</content>
</entry>
<entry>
<title>clipboard: test g:clipboard validation, fix a bug</title>
<updated>2017-08-20T20:17:03+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-08-20T20:17:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=88165a798e7459fecf815a13c853949923d4b278'/>
<id>88165a798e7459fecf815a13c853949923d4b278</id>
<content type='text'>
Also fix `:help foo` highlighting in health.vim
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fix `:help foo` highlighting in health.vim
</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>provider: clipboard: Only report stderr if the job failed</title>
<updated>2017-07-25T00:10:40+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-07-24T14:32:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=722806a1154a004494ef911c2b77a2f35a8a4a62'/>
<id>722806a1154a004494ef911c2b77a2f35a8a4a62</id>
<content type='text'>
Closes #7054
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #7054
</pre>
</div>
</content>
</entry>
<entry>
<title>provider: Extra pythonx's stderr handling to common functions</title>
<updated>2017-07-25T00:10:28+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2017-07-24T14:27:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=58d8d91ec16b9f7eb3ea31ecae73c6c374e9b847'/>
<id>58d8d91ec16b9f7eb3ea31ecae73c6c374e9b847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>provider/clipboard.vim: fix logic issue #7042</title>
<updated>2017-07-17T15:20:37+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2017-07-16T18:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=26124b480028354d7d81d93c0e45ca516effdaa6'/>
<id>26124b480028354d7d81d93c0e45ca516effdaa6</id>
<content type='text'>
Closes #7039
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #7039
</pre>
</div>
</content>
</entry>
</feed>
