<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/ui, branch mix_20240309</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(column): full redraw with 'stc, 'rnu' and inserted lines (#27712)</title>
<updated>2024-03-03T00:40:46+00:00</updated>
<author>
<name>luukvbaal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2024-03-03T00:40:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dbf6be296df6da28151afdcb96ceb8ba2076cc65'/>
<id>dbf6be296df6da28151afdcb96ceb8ba2076cc65</id>
<content type='text'>
Problem:  Text is not redrawn with 'relativenumber' when only the 'statuscolumn' is redrawn after inserted lines.
Solution: Force a full redraw if statuscolumn width changed.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  Text is not redrawn with 'relativenumber' when only the 'statuscolumn' is redrawn after inserted lines.
Solution: Force a full redraw if statuscolumn width changed.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(float): allow floating window in cmdline area</title>
<updated>2024-03-01T15:00:16+00:00</updated>
<author>
<name>Luuk van Baal</name>
<email>luukvbaal@gmail.com</email>
</author>
<published>2024-03-01T13:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=884470124db3848283dc3ae7c43b4b119d4162f9'/>
<id>884470124db3848283dc3ae7c43b4b119d4162f9</id>
<content type='text'>
Problem:  Floats are arbitrarily positioned at 1 row above screen size.
Solution: Position at 1 row above 'cmdheight', only if window is hidden behind the message area.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:  Floats are arbitrarily positioned at 1 row above screen size.
Solution: Position at 1 row above 'cmdheight', only if window is hidden behind the message area.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:b1427b46f5fe (#27652)</title>
<updated>2024-02-27T23:57:18+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2024-02-27T23:57:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a7788c2e251089b4844aac0e6633998bdb017da1'/>
<id>a7788c2e251089b4844aac0e6633998bdb017da1</id>
<content type='text'>
runtime(vim): Update base-syntax, improve :echo highlighting (vim/vim#14103)

- Normalise behaviour of :echo commands and improve expression matching.
- Allow continued argument lines.
- Refine string interpolation groups.
- Remove duplicated :menu and :map generated commands that are handled
  specially later in the file.

https://github.com/vim/vim/commit/b1427b46f5fe50a1daba102c4017d0ef2624b3ba

Co-authored-by: dkearns &lt;dougkearns@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
runtime(vim): Update base-syntax, improve :echo highlighting (vim/vim#14103)

- Normalise behaviour of :echo commands and improve expression matching.
- Allow continued argument lines.
- Refine string interpolation groups.
- Remove duplicated :menu and :map generated commands that are handled
  specially later in the file.

https://github.com/vim/vim/commit/b1427b46f5fe50a1daba102c4017d0ef2624b3ba

Co-authored-by: dkearns &lt;dougkearns@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>test: don't use minimal timeout for "intermediate" flag (#27620)</title>
<updated>2024-02-25T05:35:24+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2024-02-25T05:35:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b72dc2d8ade54ba22b0b25ffe9402ffb314ef97d'/>
<id>b72dc2d8ade54ba22b0b25ffe9402ffb314ef97d</id>
<content type='text'>
With "intermediate" flag, only using minimal timeout is too short and
may lead to failures.
Also remove the fallback timeout in screen:expect_unchanged(), as having
a different fallback timeout than screen:expect() is confusing.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With "intermediate" flag, only using minimal timeout is too short and
may lead to failures.
Also remove the fallback timeout in screen:expect_unchanged(), as having
a different fallback timeout than screen:expect() is confusing.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(marktree): some marks counted twice when checking for overlap</title>
<updated>2024-02-23T10:41:09+00:00</updated>
<author>
<name>bfredl</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2024-02-23T10:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b97d5038f16b1be4e413c4215e90818c05fb7ea1'/>
<id>b97d5038f16b1be4e413c4215e90818c05fb7ea1</id>
<content type='text'>
fixes #27046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixes #27046
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(api): don't leak memory with nvim_win_get_ns (#27570)</title>
<updated>2024-02-22T01:13:07+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2024-02-22T01:13:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=711a2f5ff67d245ee9a1322f9554329537977989'/>
<id>711a2f5ff67d245ee9a1322f9554329537977989</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(extmarks): redraw properly with scoped inline virt_text (#27569)</title>
<updated>2024-02-22T01:05:52+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2024-02-22T01:05:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2137edbd4f15781a3a17091d38688a8ecbc02988'/>
<id>2137edbd4f15781a3a17091d38688a8ecbc02988</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(extmark): window scoped extmark</title>
<updated>2024-02-21T15:11:50+00:00</updated>
<author>
<name>altermo</name>
<email>107814000+altermo@users.noreply.github.com</email>
</author>
<published>2024-02-06T10:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1c032ad703a19cd5c8498ee95f9352df87a91139'/>
<id>1c032ad703a19cd5c8498ee95f9352df87a91139</id>
<content type='text'>
Co-authored-by: zeertzjq &lt;zeertzjq@outlook.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: zeertzjq &lt;zeertzjq@outlook.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(extmarks): priority order of inline and non-inline virt_text (#27532)</title>
<updated>2024-02-20T11:53:49+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2024-02-20T11:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a0790558c3097f2813c56e404af30c3e2d8b8983'/>
<id>a0790558c3097f2813c56e404af30c3e2d8b8983</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(tabline): middle mouse button now closes tab (#27522)</title>
<updated>2024-02-19T02:49:33+00:00</updated>
<author>
<name>Nacho Nieva</name>
<email>83428506+NachoNievaG@users.noreply.github.com</email>
</author>
<published>2024-02-19T02:49:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fa131de9adb74ac1f9f46eaecd5613f38d9c2ed7'/>
<id>fa131de9adb74ac1f9f46eaecd5613f38d9c2ed7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
