<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/api, 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>Tests: fix according to lualint</title>
<updated>2016-02-02T19:23:12+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-02-02T19:23:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3d15cab29d2dc2448066e6b839a04d88859ab0db'/>
<id>3d15cab29d2dc2448066e6b839a04d88859ab0db</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/functional: Fix api/vim_spec.lua.</title>
<updated>2016-01-01T04:28:55+00:00</updated>
<author>
<name>Rui Abreu Ferreira</name>
<email>raf-ep@gmx.com</email>
</author>
<published>2015-12-29T19:23:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a48508de0dd745cba94debe63f0695447f4ac82f'/>
<id>a48508de0dd745cba94debe63f0695447f4ac82f</id>
<content type='text'>
On Windows the default file format is DOS i.e. newlines are \r\n
instead of \n.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
On Windows the default file format is DOS i.e. newlines are \r\n
instead of \n.
</pre>
</div>
</content>
</entry>
<entry>
<title>helpers.c: Handle msgpack str/bin objects with length 0 correctly</title>
<updated>2015-12-20T23:23:53+00:00</updated>
<author>
<name>oni-link</name>
<email>knil.ino@gmail.com</email>
</author>
<published>2015-12-19T10:29:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8373aaf44e6a64dda135a11f275f4616afa23b63'/>
<id>8373aaf44e6a64dda135a11f275f4616afa23b63</id>
<content type='text'>
When converting a msgpack object to a String object, strings (and byte
arrays) with length 0 are handled as errors. This is fixed by
always using the msgpack data pointer as a valid pointer. For a NULL
pointer there is nothing to copy.

Test by @snoe

Fixes #3844
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When converting a msgpack object to a String object, strings (and byte
arrays) with length 0 are handled as errors. This is fixed by
always using the msgpack data pointer as a valid pointer. For a NULL
pointer there is nothing to copy.

Test by @snoe

Fixes #3844
</pre>
</div>
</content>
</entry>
<entry>
<title>test/functional: clean up according to luacheck (part 2)</title>
<updated>2015-11-23T12:57:21+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2015-11-17T22:31:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d9fbc1865bf5237235e96ae8822326faa84ff9fc'/>
<id>d9fbc1865bf5237235e96ae8822326faa84ff9fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>input: Remove CURSORHOLD key</title>
<updated>2015-10-26T13:52:01+00:00</updated>
<author>
<name>Thiago de Arruda</name>
<email>tpadilha84@gmail.com</email>
</author>
<published>2015-10-05T13:13:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e5165bae1139221ef752bccd582c7bd7474e6747'/>
<id>e5165bae1139221ef752bccd582c7bd7474e6747</id>
<content type='text'>
Refactor input.c, normal.c and edit.c to use the K_EVENT special key to trigger
the CURSORHOLD event. In normal and edit mode, K_EVENT is treated as
K_CURSORHOLD, which enables better handling of arbitrary actions in those
states(eg: In normal mode the previous operator counts will be restored).

Also fix a test in vim_spec.lua. The test had a wrong assumption: cmdheight is
only used to determine when the press enter screen will be shown, not to limit
how many lines or control pagination.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor input.c, normal.c and edit.c to use the K_EVENT special key to trigger
the CURSORHOLD event. In normal and edit mode, K_EVENT is treated as
K_CURSORHOLD, which enables better handling of arbitrary actions in those
states(eg: In normal mode the previous operator counts will be restored).

Also fix a test in vim_spec.lua. The test had a wrong assumption: cmdheight is
only used to determine when the press enter screen will be shown, not to limit
how many lines or control pagination.
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Fix tests</title>
<updated>2015-10-23T12:56:51+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-10-23T12:56:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e5537a935f1808da75bb5cbb68c066a67ae08064'/>
<id>e5537a935f1808da75bb5cbb68c066a67ae08064</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Do not forget about -i argument</title>
<updated>2015-10-23T12:56:51+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-10-23T12:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ec1ca54d59e229d89bfae6e6eb9e311fa6cb329e'/>
<id>ec1ca54d59e229d89bfae6e6eb9e311fa6cb329e</id>
<content type='text'>
Target: make all tests run with chmod -x ~/.config/nvim ~/.local/share/nvim.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Target: make all tests run with chmod -x ~/.config/nvim ~/.local/share/nvim.
</pre>
</div>
</content>
</entry>
<entry>
<title>api: vim_err_write: add tests for multiline handling</title>
<updated>2015-09-16T19:42:57+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2015-07-27T11:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c8aaabc09c9cd27aeadf395fc025260054490081'/>
<id>c8aaabc09c9cd27aeadf395fc025260054490081</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Notify attached UIs whenever menus change</title>
<updated>2015-08-21T13:23:50+00:00</updated>
<author>
<name>Robin Allen</name>
<email>r@foon.uk</email>
</author>
<published>2015-07-10T23:03:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d5b5063622ab9764a851fdf56c60d14ad0736583'/>
<id>d5b5063622ab9764a851fdf56c60d14ad0736583</id>
<content type='text'>
This adds a redraw notification "update_menu" which is sent whenever
Vim's menus are changed by the :menu command and friends.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This adds a redraw notification "update_menu" which is sent whenever
Vim's menus are changed by the :menu command and friends.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement API function to call functions #2979</title>
<updated>2015-07-19T15:18:31+00:00</updated>
<author>
<name>Sebastian Witte</name>
<email>woozletoff@gmail.com</email>
</author>
<published>2015-07-08T05:40:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fcb79ffc40b93d5e0d165e1d001d073c83b8617e'/>
<id>fcb79ffc40b93d5e0d165e1d001d073c83b8617e</id>
<content type='text'>
Remove static modifier from func_call
Move MAX_FUNC_ARGS definnition from eval.c to eval.h
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove static modifier from func_call
Move MAX_FUNC_ARGS definnition from eval.c to eval.h
</pre>
</div>
</content>
</entry>
</feed>
