<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/ui, branch v0.5.0</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 #14864 from seandewar/get-config-zindex</title>
<updated>2021-07-02T12:52:08+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-07-02T12:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7685fc9ecd2a1a0b6c62fe56a14de8441d9f3a58'/>
<id>7685fc9ecd2a1a0b6c62fe56a14de8441d9f3a58</id>
<content type='text'>
fix(api/win_get_config): include z-index</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(api/win_get_config): include z-index</pre>
</div>
</content>
</entry>
<entry>
<title>[RDY] Add buffer information to tabline_update (#12481)</title>
<updated>2021-06-27T19:30:09+00:00</updated>
<author>
<name>John Gehrig</name>
<email>jgehrig@users.noreply.github.com</email>
</author>
<published>2021-06-27T19:30:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5aaa1a1c0473d9e9ac824201f92ec65e190beeb7'/>
<id>5aaa1a1c0473d9e9ac824201f92ec65e190beeb7</id>
<content type='text'>
* Add buffer information to tabline_update

Most terminal implementations of the tabline display buffer and tab
information. Many neovim-qt users disable GuiTabline because it lacks
functionality provided in the terminal implementation.

The tabline_update event should include buffer information too, so client GUIs
can display rich useful tabs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Add buffer information to tabline_update

Most terminal implementations of the tabline display buffer and tab
information. Many neovim-qt users disable GuiTabline because it lacks
functionality provided in the terminal implementation.

The tabline_update event should include buffer information too, so client GUIs
can display rich useful tabs.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(api/win_get_config): include z-index</title>
<updated>2021-06-19T16:17:17+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2021-06-19T14:06:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5f1b7286211ffd1a95684f0d860df9f1a8396801'/>
<id>5f1b7286211ffd1a95684f0d860df9f1a8396801</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(float): add rounded borders preset</title>
<updated>2021-06-14T09:10:57+00:00</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-06-13T17:54:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5b6edc852fe9434e0d42602083d113e3b2efc253'/>
<id>5b6edc852fe9434e0d42602083d113e3b2efc253</id>
<content type='text'>
Add `borders = "rounded"` preset for `nvim_open_win`, equivalent to

  border = {"╭", "─", "╮", "│", "╯", "─", "╰", "│"}

Also add undocumented "solid" preset to docs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add `borders = "rounded"` preset for `nvim_open_win`, equivalent to

  border = {"╭", "─", "╮", "│", "╯", "─", "╰", "│"}

Also add undocumented "solid" preset to docs.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.0038: spell suggestions insufficiently tested</title>
<updated>2021-06-12T17:06:49+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-06-12T02:20:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f376e67a536010d8e0250fb96b28f66ddcf7168a'/>
<id>f376e67a536010d8e0250fb96b28f66ddcf7168a</id>
<content type='text'>
Problem:    Spell suggestions insufficiently tested.
Solution:   Add spell suggestion tests. (Dominique Pelle, closes vim/vim#5398)
https://github.com/vim/vim/commit/e9a8d1f9adaf4599b5a7923f8db8e207ed6e7eca

Requires latest en.utf-8.spl from
https://ftp.nluug.nl/pub/vim/runtime/spell/.

Include the following patch because patch v8.2.0946 was merged:

vim-patch:8.2.0948: spell test fails

Problem:    Spell test fails.
Solution:   Adjust expected text of the prompt.
https://github.com/vim/vim/commit/d281b7c227bc4c78813fdc297ccee4b2cad7e605
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Spell suggestions insufficiently tested.
Solution:   Add spell suggestion tests. (Dominique Pelle, closes vim/vim#5398)
https://github.com/vim/vim/commit/e9a8d1f9adaf4599b5a7923f8db8e207ed6e7eca

Requires latest en.utf-8.spl from
https://ftp.nluug.nl/pub/vim/runtime/spell/.

Include the following patch because patch v8.2.0946 was merged:

vim-patch:8.2.0948: spell test fails

Problem:    Spell test fails.
Solution:   Adjust expected text of the prompt.
https://github.com/vim/vim/commit/d281b7c227bc4c78813fdc297ccee4b2cad7e605
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.1838: there is :spellwrong and :spellgood but not :spellrare</title>
<updated>2021-06-12T17:06:48+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-06-12T01:13:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=61117d89a390d285c6daf16111a8c4b52f0c08a2'/>
<id>61117d89a390d285c6daf16111a8c4b52f0c08a2</id>
<content type='text'>
Problem:    There is :spellwrong and :spellgood but not :spellrare.
Solution:   Add :spellrare. (Martin Tournoij, closes vim/vim#4291)
https://github.com/vim/vim/commit/08cc374dabd2a02785129fa1c0100f7745c244ad
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    There is :spellwrong and :spellgood but not :spellrare.
Solution:   Add :spellrare. (Martin Tournoij, closes vim/vim#4291)
https://github.com/vim/vim/commit/08cc374dabd2a02785129fa1c0100f7745c244ad
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ui): Fix pum incorrect position in multigrid mode</title>
<updated>2021-06-12T12:34:02+00:00</updated>
<author>
<name>Serg Tereshchenko</name>
<email>serg.partizan@gmail.com</email>
</author>
<published>2021-06-12T08:09:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8d23941af879536d0aa174a6a6b83c19b1174b6d'/>
<id>8d23941af879536d0aa174a6a6b83c19b1174b6d</id>
<content type='text'>
Refs #12985
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refs #12985
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.0946: cannot use "q" to cancel a number prompt</title>
<updated>2021-05-22T03:01:11+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-05-21T01:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=39fdb868322fe32f2dcc7187b6f2f698e24b93f8'/>
<id>39fdb868322fe32f2dcc7187b6f2f698e24b93f8</id>
<content type='text'>
Problem:    Cannot use "q" to cancel a number prompt.
Solution:   Recognize "q" instead of ignoring it.
https://github.com/vim/vim/commit/eebd555733491cb55b9f30fe28772c0fd0ebacf7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use "q" to cancel a number prompt.
Solution:   Recognize "q" instead of ignoring it.
https://github.com/vim/vim/commit/eebd555733491cb55b9f30fe28772c0fd0ebacf7
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14468 from bfredl/zindex</title>
<updated>2021-05-15T12:44:22+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-05-15T12:44:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0cd14303162df99bbd796002a44588aface2bad8'/>
<id>0cd14303162df99bbd796002a44588aface2bad8</id>
<content type='text'>
[WIP] z-index!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[WIP] z-index!</pre>
</div>
</content>
</entry>
<entry>
<title>floats: z-index</title>
<updated>2021-05-15T11:56:27+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-05-01T11:29:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=edb5864a29ec0d1049c4674afb75c8279301446c'/>
<id>edb5864a29ec0d1049c4674afb75c8279301446c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
