<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/doc/nvim_python.txt, branch v0.4.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>doc/python: cleanup</title>
<updated>2016-06-16T02:50:37+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-06-15T05:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=37f560aedf36043d479775ccc20447801b615126'/>
<id>37f560aedf36043d479775ccc20447801b615126</id>
<content type='text'>
- Move info to providers.txt
- Remove "nvim-" prefix.
- Brevity, clarity, ...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move info to providers.txt
- Remove "nvim-" prefix.
- Brevity, clarity, ...
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: msgpack_rpc: De-emphasize the transport protocol.</title>
<updated>2016-06-15T23:29:26+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-06-13T06:11:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=23a3e58f02e37ed5c6f8fa1f4758d0ebe1aed8d3'/>
<id>23a3e58f02e37ed5c6f8fa1f4758d0ebe1aed8d3</id>
<content type='text'>
Tighten our jargon, avoid mentioning "msgpack" everywhere we mention the
RPC API. Prefer "RPC API" when speaking about the remote API.

Though it's conceivable that we may one day support some protocol other
than msgpack, that isn't relevant to most of our discussion of the API,
including this document.

The file name msgpack_rpc.txt is preserved to avoid totally breaking
URLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Tighten our jargon, avoid mentioning "msgpack" everywhere we mention the
RPC API. Prefer "RPC API" when speaking about the remote API.

Though it's conceivable that we may one day support some protocol other
than msgpack, that isn't relevant to most of our discussion of the API,
including this document.

The file name msgpack_rpc.txt is preserved to avoid totally breaking
URLs.
</pre>
</div>
</content>
</entry>
<entry>
<title>runtime: Add script for Python diagnostic information (#4885)</title>
<updated>2016-06-13T18:56:16+00:00</updated>
<author>
<name>Tommy Allen</name>
<email>tommy@esdf.io</email>
</author>
<published>2016-06-13T18:56:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=20447ba0983a29537ae9d8df435fdf0f412c4258'/>
<id>20447ba0983a29537ae9d8df435fdf0f412c4258</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: nvim_python: mention --upgrade. #3832</title>
<updated>2015-12-13T01:56:17+00:00</updated>
<author>
<name>mseri</name>
<email>mseri@users.noreply.github.com</email>
</author>
<published>2015-12-12T22:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f183cc14de40542899f1bad44943695b0ccf0e5c'/>
<id>f183cc14de40542899f1bad44943695b0ccf0e5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Fix typo in nvim-python. #3162</title>
<updated>2015-08-13T01:57:29+00:00</updated>
<author>
<name>Daniel Kosinski</name>
<email>de.kosinski@gmail.com</email>
</author>
<published>2015-08-12T15:07:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6bf322c6ff190b9f10c5286b3ae6fceedfbddb61'/>
<id>6bf322c6ff190b9f10c5286b3ae6fceedfbddb61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Mention that Python module might be provided by package manager #2935</title>
<updated>2015-07-01T22:59:07+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2015-07-01T11:02:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b4d45f635dec20f49832666ef9f59069b293827e'/>
<id>b4d45f635dec20f49832666ef9f59069b293827e</id>
<content type='text'>
Using e.g. a Linux distribution's package manager should be preferred
over installing the `neovim` Python modules with `pip`.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using e.g. a Linux distribution's package manager should be preferred
over installing the `neovim` Python modules with `pip`.
</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>Remove unused 'if_[language].txt': Review</title>
<updated>2015-04-10T20:38:11+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-04-06T23:27:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=95b7059d45a33dc5b7cc7410289e2d7f88c45993'/>
<id>95b7059d45a33dc5b7cc7410289e2d7f88c45993</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Introduce vim-differences #2141</title>
<updated>2015-03-26T21:36:40+00:00</updated>
<author>
<name>Michael Reed</name>
<email>m.reed@mykolab.com</email>
</author>
<published>2015-01-30T12:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64'/>
<id>c47e0d6210a82f3c2a88e2bc937e77f8b2a72b64</id>
<content type='text'>
This documents the differences between nvim and nvim.

Regarding the removal of references to 'renderoptions': it was never
added in the first place, so there's no need to mention its "removal".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This documents the differences between nvim and nvim.

Regarding the removal of references to 'renderoptions': it was never
added in the first place, so there's no need to mention its "removal".
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: Document g:python_host_prog. #2205</title>
<updated>2015-03-26T21:30:26+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2015-03-20T20:49:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=13f0ef66b4b1eb3240a3891450bf96155359acfe'/>
<id>13f0ef66b4b1eb3240a3891450bf96155359acfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
