<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/api, branch v0.3.1</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</title>
<updated>2018-07-18T11:38:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-29T17:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1999919c3142f41821c74ccb9bd785948e26674c'/>
<id>1999919c3142f41821c74ccb9bd785948e26674c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>dispatch.c: changed api_set_error_call</title>
<updated>2018-07-15T10:12:03+00:00</updated>
<author>
<name>micha</name>
<email>michoffmann.potsdam@gmail.com</email>
</author>
<published>2018-07-15T10:12:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=099718ae6d57239164d4348e6c7576edf7a2ebb7'/>
<id>099718ae6d57239164d4348e6c7576edf7a2ebb7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>channel.c: refactor spaghetti code</title>
<updated>2018-07-14T09:47:18+00:00</updated>
<author>
<name>micha</name>
<email>michoffmann.potsdam@gmail.com</email>
</author>
<published>2018-06-27T15:08:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ed02278e42b822a339a12475d81c377271e528f8'/>
<id>ed02278e42b822a339a12475d81c377271e528f8</id>
<content type='text'>
channel.c: WIP remove redundant method check and added FUNC_ATTR_NONNULL_ALL macro

channel.c channel_defs.h helpers.c: added Error field to RequestEvent, added no_op handler func

channel.c: use const char* instead of string and cleanup

channel.c; channel_defs.h; helpers.c: removed error from event again; send errors directly to the channel without using handlers and events

channel.c: fixed memory leak and lint errors

api/private/dispatch.c; api/vim.c; msgpack_rpc/channel.c msgpack_rpc/helpers.c added Error* field to msgpack_get_handler_for; further refactored channel.c

channel.c:323 changed order of evaluation in if statement

channel.c: removed superflous whitespace

dispatch.c: review comment
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
channel.c: WIP remove redundant method check and added FUNC_ATTR_NONNULL_ALL macro

channel.c channel_defs.h helpers.c: added Error field to RequestEvent, added no_op handler func

channel.c: use const char* instead of string and cleanup

channel.c; channel_defs.h; helpers.c: removed error from event again; send errors directly to the channel without using handlers and events

channel.c: fixed memory leak and lint errors

api/private/dispatch.c; api/vim.c; msgpack_rpc/channel.c msgpack_rpc/helpers.c added Error* field to msgpack_get_handler_for; further refactored channel.c

channel.c:323 changed order of evaluation in if statement

channel.c: removed superflous whitespace

dispatch.c: review comment
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved version of #8613</title>
<updated>2018-06-25T12:44:02+00:00</updated>
<author>
<name>David Hotham</name>
<email>david.hotham@metaswitch.com</email>
</author>
<published>2018-06-25T12:44:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cc0d50a2c266a06d38c29c737e8cb31a5855f278'/>
<id>cc0d50a2c266a06d38c29c737e8cb31a5855f278</id>
<content type='text'>
This one behaves correctly eg in the presence of unicode
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This one behaves correctly eg in the presence of unicode
</pre>
</div>
</content>
</entry>
<entry>
<title>API: nvim_win_set_cursor: set curswant #8613</title>
<updated>2018-06-25T00:14:55+00:00</updated>
<author>
<name>David Hotham</name>
<email>david.hotham@metaswitch.com</email>
</author>
<published>2018-06-25T00:14:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1cbc8301897c09d381074397b82450f81d7854be'/>
<id>1cbc8301897c09d381074397b82450f81d7854be</id>
<content type='text'>
Fixes #8591</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8591</pre>
</div>
</content>
</entry>
<entry>
<title>*: Replace b_changedtick with new always-inline functions</title>
<updated>2018-06-21T21:44:31+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2018-06-21T21:44:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eaf2a25f12342622414b264870f41939fe41355a'/>
<id>eaf2a25f12342622414b264870f41939fe41355a</id>
<content type='text'>
Ref #8474</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref #8474</pre>
</div>
</content>
</entry>
<entry>
<title>doc: job/channel, misc #7783</title>
<updated>2018-06-10T22:08:27+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-12-27T18:30:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f72f638f976347e2f14fc6ae5e5293c02d5ccfc1'/>
<id>f72f638f976347e2f14fc6ae5e5293c02d5ccfc1</id>
<content type='text'>
doc: termios defaults. ref #6992
doc: :help shell-powershell
doc: provider: Python minimum version is 2.7, 3.4
doc: remove :!start special-case. #5844
doc: mention #7917 change which accepts empty Array for Dictionary parameter
doc: &lt;Cmd&gt; pseudokey
doc: lmap change #5658
doc: -s, -es
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
doc: termios defaults. ref #6992
doc: :help shell-powershell
doc: provider: Python minimum version is 2.7, 3.4
doc: remove :!start special-case. #5844
doc: mention #7917 change which accepts empty Array for Dictionary parameter
doc: &lt;Cmd&gt; pseudokey
doc: lmap change #5658
doc: -s, -es
</pre>
</div>
</content>
</entry>
<entry>
<title>refactor: buf_collect_lines (#8509)</title>
<updated>2018-06-09T07:32:49+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-09T07:32:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b94b59e4e88411ba7c7802827c872c1ffb896169'/>
<id>b94b59e4e88411ba7c7802827c872c1ffb896169</id>
<content type='text'>
Move redundant common logic into a function.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move redundant common logic into a function.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #7917 'API: buffer updates'</title>
<updated>2018-06-08T08:13:04+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-08T08:13:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f85cbea725b4d21412dc0ddfd07239307b3b63a4'/>
<id>f85cbea725b4d21412dc0ddfd07239307b3b63a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: validation: mention invalid method name (#8489)</title>
<updated>2018-06-07T08:56:44+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-07T08:56:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3abf17ae88e3048c20b1645b9d78b69566e89872'/>
<id>3abf17ae88e3048c20b1645b9d78b69566e89872</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
