<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/ui, branch v0.5.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>fix(inccommand): ignore trailing commands only for *previewed* command #15732</title>
<updated>2021-09-20T15:42:18+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-09-20T15:42:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f8e0011534a3f94cfd341fd9bfce1bcf9b1b7b73'/>
<id>f8e0011534a3f94cfd341fd9bfce1bcf9b1b7b73</id>
<content type='text'>
Since the `State` is global, other scripts are unexpectedly affected during the
'inccommand' preview. This commit introduces a new flag for `do_cmdline`, in
order to ignore trailing '|'-separated commands only for the command invoking
the preview.

fix #8796, update #7494

Co-authored-by: itchyny &lt;itchyny@hatena.ne.jp&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since the `State` is global, other scripts are unexpectedly affected during the
'inccommand' preview. This commit introduces a new flag for `do_cmdline`, in
order to ignore trailing '|'-separated commands only for the command invoking
the preview.

fix #8796, update #7494

Co-authored-by: itchyny &lt;itchyny@hatena.ne.jp&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>backport: fix(windowing): positioning of relative floats</title>
<updated>2021-09-16T14:00:31+00:00</updated>
<author>
<name>andrew-pa</name>
<email>andrew.pa@outlook.com</email>
</author>
<published>2021-06-11T03:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2132c063af3adf1d612359e0ed42c7cbd8b4290c'/>
<id>2132c063af3adf1d612359e0ed42c7cbd8b4290c</id>
<content type='text'>
Fix relative floating windows so that they open in the correct position
relative to each other. Also make sure that their positions are correct
immediately after creation without a redraw.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix relative floating windows so that they open in the correct position
relative to each other. Also make sure that their positions are correct
immediately after creation without a redraw.
</pre>
</div>
</content>
</entry>
<entry>
<title>backport: fix(sign): reset auto sign column with minimum in float win minimal style</title>
<updated>2021-09-16T13:42:06+00:00</updated>
<author>
<name>Sirisak Lueangsaksri</name>
<email>spywhere@me.com</email>
</author>
<published>2021-08-03T15:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=5c42376c15e23641b6e674345e26987a9fa7bac4'/>
<id>5c42376c15e23641b6e674345e26987a9fa7bac4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>backport: fix(decorations): crash when :bdelete (extmark_free_all) after clear_namespace</title>
<updated>2021-09-16T13:40:32+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-07-29T09:31:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=41f761130e4fcbe415e206a92e3161248aa11152'/>
<id>41f761130e4fcbe415e206a92e3161248aa11152</id>
<content type='text'>
fixes #15212
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #15212
</pre>
</div>
</content>
</entry>
<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>
</feed>
