<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/terminal, branch v0.1.5</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: don't ignore highlights in terminal tests</title>
<updated>2016-08-14T19:53:02+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2016-08-09T15:01:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f332eba16c290c729b21171ed83b1e3377ee17ec'/>
<id>f332eba16c290c729b21171ed83b1e3377ee17ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: TUI colors: Skip TERM=linux on non-linux. (#5015)</title>
<updated>2016-07-06T13:11:26+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-07-06T13:11:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8641e3a1567aa86f73ad3f357ad114b7a393abce'/>
<id>8641e3a1567aa86f73ad3f357ad114b7a393abce</id>
<content type='text'>
Also skip TERM=screen (GNU, so probably not common on BSD)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also skip TERM=screen (GNU, so probably not common on BSD)</pre>
</div>
</content>
</entry>
<entry>
<title>test: TUI colors ('t_Co')</title>
<updated>2016-07-03T05:29:00+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-07-03T05:13:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=173d366a5b0b5f0784a1da8aef4fe5d0cab7e1ec'/>
<id>173d366a5b0b5f0784a1da8aef4fe5d0cab7e1ec</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add tests for new feature</title>
<updated>2016-06-20T21:10:46+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-06-20T18:47:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1a8d9e9d542129dca71e7baf8f38bd48008310cf'/>
<id>1a8d9e9d542129dca71e7baf8f38bd48008310cf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make existing tests work with new feature</title>
<updated>2016-06-20T21:10:41+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro@gmail.com</email>
</author>
<published>2016-06-16T00:43:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a05e7a6bcae57eefcc3dd40c756c37793eeb21a0'/>
<id>a05e7a6bcae57eefcc3dd40c756c37793eeb21a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/highlight_spec: Test "gui" arg of synIDattr().</title>
<updated>2016-06-18T17:07:59+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-06-18T16:49:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=abeb2f020fe5cd265b8098d5fe000ca0ec20dcfe'/>
<id>abeb2f020fe5cd265b8098d5fe000ca0ec20dcfe</id>
<content type='text'>
Also use less "regular" values for cterm colors.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also use less "regular" values for cterm colors.
</pre>
</div>
</content>
</entry>
<entry>
<title>synIDattr(): return RRGGBB value for [fg|bg|sp]# #4851</title>
<updated>2016-06-18T16:25:11+00:00</updated>
<author>
<name>Rom Grk</name>
<email>romgrk.cc@gmail.com</email>
</author>
<published>2016-05-31T09:46:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=86b138b25de6b0699329fab25df152bbf7ddab63'/>
<id>86b138b25de6b0699329fab25df152bbf7ddab63</id>
<content type='text'>
add tests for synIDattr() with [fg|bg|sp]#

add tests for synIDattr and various #RGB colors

synIDattr: test for ui_rgb_attached()

test: fix tests for synIDattr fg/bg/sp
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add tests for synIDattr() with [fg|bg|sp]#

add tests for synIDattr and various #RGB colors

synIDattr: test for ui_rgb_attached()

test: fix tests for synIDattr fg/bg/sp
</pre>
</div>
</content>
</entry>
<entry>
<title>functests: Check logs in lua code</title>
<updated>2016-06-10T18:50:49+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-04-23T23:53:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ff470bb853397fcb25bfa5dd952ebb32307b7875'/>
<id>ff470bb853397fcb25bfa5dd952ebb32307b7875</id>
<content type='text'>
It is otherwise impossible to determine which test failed sanitizer/valgrind
check. test/functional/helpers.lua module return was changed so that tests which
do not provide after_each function to get new check will automatically fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is otherwise impossible to determine which test failed sanitizer/valgrind
check. test/functional/helpers.lua module return was changed so that tests which
do not provide after_each function to get new check will automatically fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: Screen also checks 'special' when testing attribute equality</title>
<updated>2016-05-17T20:36:41+00:00</updated>
<author>
<name>AdnoC</name>
<email>adam.r.cutler@gmail.com</email>
</author>
<published>2016-05-17T20:25:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e5eea7fa06ae7057521755d1f638d34e049bd379'/>
<id>e5eea7fa06ae7057521755d1f638d34e049bd379</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: term_close use-after-free</title>
<updated>2016-05-15T23:47:24+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-05-15T02:56:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8dd91ddb73ba31e451e76b72861fea90fede1de3'/>
<id>8dd91ddb73ba31e451e76b72861fea90fede1de3</id>
<content type='text'>
References #4393
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
References #4393
</pre>
</div>
</content>
</entry>
</feed>
