<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/plugin, branch v0.4.3</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>test/shada_spec: avoid exit_event race #10951</title>
<updated>2019-09-05T16:48:34+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-09-05T16:48:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=607d610d06d6a8aedf7642bd43abf69feb534f17'/>
<id>607d610d06d6a8aedf7642bd43abf69feb534f17</id>
<content type='text'>
Doing clear() multiple times in quick succession provokes the
`exit_event` race described in #8813.

- Avoid it by removing unnecessary reset() call.
- Replace unnecessary nested describe() blocks with it() blocks.

ref d4a0b6c4e1d7</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Doing clear() multiple times in quick succession provokes the
`exit_event` race described in #8813.

- Avoid it by removing unnecessary reset() call.
- Replace unnecessary nested describe() blocks with it() blocks.

ref d4a0b6c4e1d7</pre>
</div>
</content>
</entry>
<entry>
<title>tests: assert:set_parameter('TableFormatLevel', 100) #10925</title>
<updated>2019-09-03T11:29:49+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-09-03T11:29:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dcc8fcf0b9d819357d5ec9beb36cf698e600e809'/>
<id>dcc8fcf0b9d819357d5ec9beb36cf698e600e809</id>
<content type='text'>
luassert uses 3 by default, which is often not enough.

Instead of documenting how to increase it, let's use a more fitting
(sane) default of 100 levels.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
luassert uses 3 by default, which is often not enough.

Instead of documenting how to increase it, let's use a more fitting
(sane) default of 100 levels.</pre>
</div>
</content>
</entry>
<entry>
<title>Fix lualint: remove unused var</title>
<updated>2019-08-07T12:20:23+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-08-07T12:19:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1d6e368159e4c92bf2b3f0004eb2f42215b61813'/>
<id>1d6e368159e4c92bf2b3f0004eb2f42215b61813</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: more cleanup of plugin/shada_spec</title>
<updated>2019-08-07T10:47:21+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-08-06T11:07:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4f148edd75cc9c82697b7303d3d11a52d1ce56c4'/>
<id>4f148edd75cc9c82697b7303d3d11a52d1ce56c4</id>
<content type='text'>
Ref: https://github.com/neovim/neovim/pull/10701/commits/330a6713#r311005754
Closes https://github.com/neovim/neovim/pull/10710.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: https://github.com/neovim/neovim/pull/10701/commits/330a6713#r311005754
Closes https://github.com/neovim/neovim/pull/10710.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Eliminate plugin/helpers.lua</title>
<updated>2019-08-05T21:55:57+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-05T08:25:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=330a6713bf888b1b612a1ebebb5d95bb0b31cd53'/>
<id>330a6713bf888b1b612a1ebebb5d95bb0b31cd53</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/man_spec: remove plugin_helpers.reset()</title>
<updated>2019-08-05T02:51:49+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-05T02:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d4a0b6c4e1d78f19bf5879b113c5252d5a4f2e5c'/>
<id>d4a0b6c4e1d78f19bf5879b113c5252d5a4f2e5c</id>
<content type='text'>
The call to plugin_helpers.reset() is redundant with the clear() call
above it.  Probably just a copy-paste mistake.

Avoids exit_event race #8813.

Helped-by: Björn Linse &lt;bjorn.linse@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The call to plugin_helpers.reset() is redundant with the clear() call
above it.  Probably just a copy-paste mistake.

Avoids exit_event race #8813.

Helped-by: Björn Linse &lt;bjorn.linse@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>man.vim: Handle ANSI escape sequences with ":" #10267</title>
<updated>2019-06-30T13:25:49+00:00</updated>
<author>
<name>Kovas Palunas</name>
<email>kovas@uw.edu</email>
</author>
<published>2019-06-18T20:35:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fdd8dcae01beb66397226ad65e4f1bbd3d1dd55c'/>
<id>fdd8dcae01beb66397226ad65e4f1bbd3d1dd55c</id>
<content type='text'>
closes #10267
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #10267
</pre>
</div>
</content>
</entry>
<entry>
<title>functionaltest: win: enable shada FileWriteCmd</title>
<updated>2018-11-01T02:55:07+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-10-26T11:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4abed174965d306318ca2c78818d1141c268583c'/>
<id>4abed174965d306318ca2c78818d1141c268583c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>startup: always wait for UI with --embed, unless --headless also is supplied</title>
<updated>2018-09-22T08:18:28+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-09-20T17:19:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4da5cb38d396d76d8072815d150725f7c9a85078'/>
<id>4da5cb38d396d76d8072815d150725f7c9a85078</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>startup: wait for embedder before executing startup commands and files</title>
<updated>2018-09-18T17:22:16+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-07-18T11:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bd8d43c6fef868ad5ed50a79deb0f7adc1f5e53a'/>
<id>bd8d43c6fef868ad5ed50a79deb0f7adc1f5e53a</id>
<content type='text'>
Give embeders a chance to set up nvim, by processing a request before
startup. This allows an external UI to show messages and prompts from
--cmd and buffer loading (e.g. swap files)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Give embeders a chance to set up nvim, by processing a request before
startup. This allows an external UI to show messages and prompts from
--cmd and buffer loading (e.g. swap files)
</pre>
</div>
</content>
</entry>
</feed>
