<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/ui, 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 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>highlight: high-priority CursorLine if fg is set. #8578</title>
<updated>2018-06-27T23:49:40+00:00</updated>
<author>
<name>Yichao Zhou</name>
<email>broken.zhou@gmail.com</email>
</author>
<published>2017-03-28T01:42:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=12481781a0215c2ba0ab250d9cfdb9a082ab495a'/>
<id>12481781a0215c2ba0ab250d9cfdb9a082ab495a</id>
<content type='text'>
closes #7383
closes #7715

This implements the compromise described in #7383:
* low-priority CursorLine if foreground is not set
* high-priority ("same as Vim" priority) CursorLine if foreground is set

ref d1874ab2821d076397290cc154d87ec2dc352c79
ref 56eda2aa17c80ba380b606f9466f288fb8162dd3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #7383
closes #7715

This implements the compromise described in #7383:
* low-priority CursorLine if foreground is not set
* high-priority ("same as Vim" priority) CursorLine if foreground is set

ref d1874ab2821d076397290cc154d87ec2dc352c79
ref 56eda2aa17c80ba380b606f9466f288fb8162dd3
</pre>
</div>
</content>
</entry>
<entry>
<title>defaults: shortmess+=F (#8619)</title>
<updated>2018-06-22T06:18:02+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-06-22T06:18:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b7514493a0c4a4389a5921f15b0b429dae5c75e7'/>
<id>b7514493a0c4a4389a5921f15b0b429dae5c75e7</id>
<content type='text'>
Because we default to laststatus=2 (statusline is always visible), the
:edit message is not useful.

ref #6289</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Because we default to laststatus=2 (statusline is always visible), the
:edit message is not useful.

ref #6289</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0609: some people still don't know how to quit (#8571)</title>
<updated>2018-06-17T10:51:03+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2018-06-17T10:51:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8192267deacdf958848324f6b7f99e72551c56e6'/>
<id>8192267deacdf958848324f6b7f99e72551c56e6</id>
<content type='text'>
Problem:    For some people the hint about quitting is not sufficient.
Solution:   Put &lt;Enter&gt; separately.  Also use ":qa!" to get out even when
            there are changes.
https://github.com/vim/vim/commit/28a8193e3113f676f89fb6312b099d849df881d3

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    For some people the hint about quitting is not sufficient.
Solution:   Put &lt;Enter&gt; separately.  Also use ":qa!" to get out even when
            there are changes.
https://github.com/vim/vim/commit/28a8193e3113f676f89fb6312b099d849df881d3

</pre>
</div>
</content>
</entry>
<entry>
<title>functionaltest: Use octal escapes for printf</title>
<updated>2018-06-14T03:03:37+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2018-06-14T03:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6c0f1903e6b353566a6637a43e543977116acd52'/>
<id>6c0f1903e6b353566a6637a43e543977116acd52</id>
<content type='text'>
According to POSIX[0], only octal escapes are supported by the printf
command.  GNU coreutils' printf and some shells' builtin printf versions
which support hex escapes, but dash and non-GNU printf do not.

[0]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
According to POSIX[0], only octal escapes are supported by the printf
command.  GNU coreutils' printf and some shells' builtin printf versions
which support hex escapes, but dash and non-GNU printf do not.

[0]: http://pubs.opengroup.org/onlinepubs/9699919799/utilities/printf.html
</pre>
</div>
</content>
</entry>
<entry>
<title>options: remove 'maxcombine` option (always use 6)</title>
<updated>2018-06-13T08:11:35+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-02-19T15:46:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=050f3975f6b44da6316de189929625e1c382a6c8'/>
<id>050f3975f6b44da6316de189929625e1c382a6c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test/ui: doublewidth rendering. multibyte and cmdwin chars in folded lines (#8534)</title>
<updated>2018-06-12T15:57:47+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2018-06-12T15:57:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=315b7f8632076d882d498fc0bfab21a87ca75acb'/>
<id>315b7f8632076d882d498fc0bfab21a87ca75acb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
