<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional, 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>Merge #8736 'vim-patch:8.0.0697: stable keymap.h'</title>
<updated>2018-07-13T18:54:52+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-07-13T18:54:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fc45c978297b76e76756345798a2c51cbbb909dc'/>
<id>fc45c978297b76e76756345798a2c51cbbb909dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: &lt;SNR&gt; is represented as 'R' (ASCII)</title>
<updated>2018-07-13T00:26:54+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-07-13T00:26:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=175297a23a5f91a6106c4fca8be3e2590ae3164c'/>
<id>175297a23a5f91a6106c4fca8be3e2590ae3164c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>terminal: handle &amp;confirm and :confirm on unloading (#8726)</title>
<updated>2018-07-12T12:57:20+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro+github@gmail.com</email>
</author>
<published>2018-07-12T12:57:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=01570f1ff3c402af9a9a48c2cca2c5a830c08315'/>
<id>01570f1ff3c402af9a9a48c2cca2c5a830c08315</id>
<content type='text'>
Show a proper confirmation dialog when trying to unload a terminal buffer while
the confirm option is set or when :confirm is used.

Fixes https://github.com/neovim/neovim/issues/4651</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Show a proper confirmation dialog when trying to unload a terminal buffer while
the confirm option is set or when :confirm is used.

Fixes https://github.com/neovim/neovim/issues/4651</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8721 from bfredl/quickresize</title>
<updated>2018-07-12T10:21:11+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-07-12T10:21:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=56065bbdc6d20feb431fe55d8165f78fb50eb8b7'/>
<id>56065bbdc6d20feb431fe55d8165f78fb50eb8b7</id>
<content type='text'>
Fix redrawing issues with narrow screen and remove extra wait in resize tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix redrawing issues with narrow screen and remove extra wait in resize tests</pre>
</div>
</content>
</entry>
<entry>
<title>screen: truncate showmode messages</title>
<updated>2018-07-12T08:27:23+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-07-11T12:48:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e51bffefa523e0cde75eedc84b3e1cb02951d391'/>
<id>e51bffefa523e0cde75eedc84b3e1cb02951d391</id>
<content type='text'>
Before this, bottom of screen got messed up when modemsg (+ one extra
space to not force terminal scroll) didn't fit on one line.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before this, bottom of screen got messed up when modemsg (+ one extra
space to not force terminal scroll) didn't fit on one line.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests/screen.lua: treat "resize" like any other event</title>
<updated>2018-07-11T10:57:01+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-07-11T10:57:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=38f0ac07b5414a3a4e55e2061d683780f0e344da'/>
<id>38f0ac07b5414a3a4e55e2061d683780f0e344da</id>
<content type='text'>
Saves ~10 seconds in UI tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Saves ~10 seconds in UI tests
</pre>
</div>
</content>
</entry>
<entry>
<title>transstr_buf: fix length comparison #8681</title>
<updated>2018-07-10T19:57:26+00:00</updated>
<author>
<name>Michael Hoffmann</name>
<email>michoffmann.potsdam@gmail.com</email>
</author>
<published>2018-07-10T19:42:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0ed8b12a07e71f9c7e42cadee8c6024d79a39beb'/>
<id>0ed8b12a07e71f9c7e42cadee8c6024d79a39beb</id>
<content type='text'>
closes #8466
closes #8664
Regression by 0d7daaad98d5.

- Fix length comparison.
- Fix loop(s) which iterated over all fields of array `pcc` even if it
  was not filled up (try unicode 0x9f as statusline character).

Note about the tests:
- To input unicode with more than two hex digits you can use &lt;C-v&gt;U...:
  a + U+fe20: a︠
  a + U+fe20 + U+fe21: a︠︡
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #8466
closes #8664
Regression by 0d7daaad98d5.

- Fix length comparison.
- Fix loop(s) which iterated over all fields of array `pcc` even if it
  was not filled up (try unicode 0x9f as statusline character).

Note about the tests:
- To input unicode with more than two hex digits you can use &lt;C-v&gt;U...:
  a + U+fe20: a︠
  a + U+fe20 + U+fe21: a︠︡
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: endfunc allows uncommented bar</title>
<updated>2018-07-07T17:31:55+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>janedmundlazo@hotmail.com</email>
</author>
<published>2018-07-07T16:50:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a5ed46024185c817e3cc0f38b13b302fdf7a863a'/>
<id>a5ed46024185c817e3cc0f38b13b302fdf7a863a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: nvim_buf_attach: reduce delay</title>
<updated>2018-07-02T18:47:28+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-07-02T18:47:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f65a751d8249531c94b1aa7b1062477f9c516c8a'/>
<id>f65a751d8249531c94b1aa7b1062477f9c516c8a</id>
<content type='text'>
This test is mostly a demo/reference for:
https://github.com/neovim/neovim/issues/8634#issuecomment-400940467
so let's not pay a 1s penalty.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This test is mostly a demo/reference for:
https://github.com/neovim/neovim/issues/8634#issuecomment-400940467
so let's not pay a 1s penalty.
</pre>
</div>
</content>
</entry>
<entry>
<title>test: nvim_buf_attach response after initial delay</title>
<updated>2018-07-01T15:31:58+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-07-01T10:42:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b4fcf02316eafae8615653324e7afd1179254d81'/>
<id>b4fcf02316eafae8615653324e7afd1179254d81</id>
<content type='text'>
ref #8634
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ref #8634
</pre>
</div>
</content>
</entry>
</feed>
