<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/terminal, branch v0.1.7</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>build: Target luacheck HEAD.</title>
<updated>2016-11-16T23:55:39+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-11-16T23:33:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=44e6ee930fff5bf42178e5555b4a7c3467cb66c8'/>
<id>44e6ee930fff5bf42178e5555b4a7c3467cb66c8</id>
<content type='text'>
https://github.com/mpeterv/luacheck/pull/81#issuecomment-261099606

&gt; If you really want to use bleeding-edge version you should get the
&gt; rockspec from master branch, not a fixed commit ...
&gt; The correct way to install from a specific commit is cloning that
&gt; commit and running "luarocks make" from project directory. The reason
&gt; is that running "install" or "build" on an scm rockspec fetches
&gt; sources from master but uses build description from the rockspec
&gt; itself, which may be outdated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/mpeterv/luacheck/pull/81#issuecomment-261099606

&gt; If you really want to use bleeding-edge version you should get the
&gt; rockspec from master branch, not a fixed commit ...
&gt; The correct way to install from a specific commit is cloning that
&gt; commit and running "luarocks make" from project directory. The reason
&gt; is that running "install" or "build" on an scm rockspec fetches
&gt; sources from master but uses build description from the rockspec
&gt; itself, which may be outdated.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: window_spec: Remove flaky terminal resize test</title>
<updated>2016-11-13T23:47:03+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-11-13T23:47:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5e1dc26f742f81f0233296eed068b24b1dbcc8f6'/>
<id>5e1dc26f742f81f0233296eed068b24b1dbcc8f6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: :terminal should not interrupt Press-ENTER</title>
<updated>2016-10-20T21:41:59+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-20T20:51:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6636e2a2598174adbd7c3e25823d35c22f138363'/>
<id>6636e2a2598174adbd7c3e25823d35c22f138363</id>
<content type='text'>
References #2748
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References #2748
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: fix racyness in terminal/api_spec.lua</title>
<updated>2016-10-19T13:21:49+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-10-19T13:18:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d1070787ca9570c3a32a9fa664cebaa9d4059109'/>
<id>d1070787ca9570c3a32a9fa664cebaa9d4059109</id>
<content type='text'>
Previously, the nvim_input from the socket channels could be processed
before the input from stdin in rare cases.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously, the nvim_input from the socket channels could be processed
before the input from stdin in rare cases.
</pre>
</div>
</content>
</entry>
<entry>
<title>test/tui_spec: Force LANG=C</title>
<updated>2016-10-13T12:20:03+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-13T04:00:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5060ebc5d0dc84f0242e2cb4983ca3e8307c3173'/>
<id>5060ebc5d0dc84f0242e2cb4983ca3e8307c3173</id>
<content type='text'>
References #5455
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References #5455
</pre>
</div>
</content>
</entry>
<entry>
<title>test/terminal: Cover race when :term shell process exits.</title>
<updated>2016-10-12T02:33:53+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-10-11T21:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ef4676ed5bd18fc2d5fb52b52304d59d94e9e806'/>
<id>ef4676ed5bd18fc2d5fb52b52304d59d94e9e806</id>
<content type='text'>
References #5445

See https://github.com/neovim/neovim/pull/5445#issuecomment-252529766
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References #5445

See https://github.com/neovim/neovim/pull/5445#issuecomment-252529766
</pre>
</div>
</content>
</entry>
<entry>
<title>test: api_spec</title>
<updated>2016-09-22T18:04:32+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-06-26T19:35:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e54c0ab367af65bf43650c4411c1614016780ea9'/>
<id>e54c0ab367af65bf43650c4411c1614016780ea9</id>
<content type='text'>
This is an (unsuccessful) attempt to cover #4163.
It covers other behavior, so it's worth keeping.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an (unsuccessful) attempt to cover #4163.
It covers other behavior, so it's worth keeping.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: synIDattr returns empty, not -1</title>
<updated>2016-09-16T12:02:59+00:00</updated>
<author>
<name>Stéphane Campinas</name>
<email>stephane.campinas@gmail.com</email>
</author>
<published>2016-09-11T14:03:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=21eee40cdbe77d4d2095db14b5b7f8de27a5ae52'/>
<id>21eee40cdbe77d4d2095db14b5b7f8de27a5ae52</id>
<content type='text'>
- Behavior changed in 7.4.1547
- Also removed N/A specs: nvim does not support ":hi term=..."
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Behavior changed in 7.4.1547
- Also removed N/A specs: nvim does not support ":hi term=..."
</pre>
</div>
</content>
</entry>
<entry>
<title>syntax.c: Support bg/fg special color-names. #5319</title>
<updated>2016-09-15T22:45:57+00:00</updated>
<author>
<name>Kerem Cakirer</name>
<email>keremc@users.noreply.github.com</email>
</author>
<published>2016-09-10T10:17:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0c536b5d8afee9f8d06e1d0dc875af61f7d04707'/>
<id>0c536b5d8afee9f8d06e1d0dc875af61f7d04707</id>
<content type='text'>
Refresh colors if changing Normal group
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refresh colors if changing Normal group
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5225 from equalsraf/windows-functionaltests</title>
<updated>2016-08-31T19:39:42+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-31T19:39:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0ade1bb7067d0cdb9b059fb66a8c4b868408be9c'/>
<id>0ade1bb7067d0cdb9b059fb66a8c4b868408be9c</id>
<content type='text'>
Enable functional tests in Appveyor</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Enable functional tests in Appveyor</pre>
</div>
</content>
</entry>
</feed>
