<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional, branch stable</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(lsp): fix handler signature, tests</title>
<updated>2021-09-26T22:15:03+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-09-26T21:21:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=14cdaca6a8180c6e3079cd2e73fa75a5eb5253da'/>
<id>14cdaca6a8180c6e3079cd2e73fa75a5eb5253da</id>
<content type='text'>
- not necessary on master: got lost in the vim.lsp.diagnostic =&gt; vim.diagnostic migration
- fix tests which accidentally depended on previous session
- ref #15504
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- not necessary on master: got lost in the vim.lsp.diagnostic =&gt; vim.diagnostic migration
- fix tests which accidentally depended on previous session
- ref #15504
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lsp): improve vim.lsp.util.apply_text_edits (#15561)</title>
<updated>2021-09-26T18:28:28+00:00</updated>
<author>
<name>hrsh7th</name>
<email>hrsh7th@gmail.com</email>
</author>
<published>2021-09-18T20:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=18375c6df609d4e89640c609490a85110852795c'/>
<id>18375c6df609d4e89640c609490a85110852795c</id>
<content type='text'>
- Fix the cursor position after applying TextEdits
- Support reversed range of TextEdit
- Invoke nvim_buf_set_text one by one
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Fix the cursor position after applying TextEdits
- Support reversed range of TextEdit
- Invoke nvim_buf_set_text one by one
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(lsp): update workspace/applyEdit handler signature (#15573)</title>
<updated>2021-09-26T17:25:17+00:00</updated>
<author>
<name>Jose Alvarez</name>
<email>j.alvarez11@icloud.com</email>
</author>
<published>2021-09-05T19:48:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a6eab6e25e57c10baabc4c061fe6a9339614c8f4'/>
<id>a6eab6e25e57c10baabc4c061fe6a9339614c8f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lsp)!: change handler signature #15504</title>
<updated>2021-09-26T17:25:17+00:00</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-09-05T17:27:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cd8f6c5fb7858d8981fdfb2067bddb3eb86c13d0'/>
<id>cd8f6c5fb7858d8981fdfb2067bddb3eb86c13d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<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: tests(lua/on_yank): assert conditions that fail correctly #15495</title>
<updated>2021-09-16T13:46:52+00:00</updated>
<author>
<name>notomo</name>
<email>notomo.motono@gmail.com</email>
</author>
<published>2021-08-27T11:54:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=51d6b26729f4a7b25b3b3dbc1496884b18a02ef4'/>
<id>51d6b26729f4a7b25b3b3dbc1496884b18a02ef4</id>
<content type='text'>
The test added in 274a3504a790a799b28ee89c75e29fb4dbdff41f
does not fail if the code changes are reverted.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The test added in 274a3504a790a799b28ee89c75e29fb4dbdff41f
does not fail if the code changes are reverted.
</pre>
</div>
</content>
</entry>
<entry>
<title>backport: fix(lua): verify buffer in highlight.on_yank (#15482)</title>
<updated>2021-09-16T13:46:27+00:00</updated>
<author>
<name>notomo</name>
<email>notomo.motono@gmail.com</email>
</author>
<published>2021-08-26T14:37:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f7002337c02a3a6b73b7d1409186c864b129413d'/>
<id>f7002337c02a3a6b73b7d1409186c864b129413d</id>
<content type='text'>
Resolve an issue with deferred clearing of highlight failing if the
buffer is deleted before the timeout by checking whether the
buffer is valid first.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Resolve an issue with deferred clearing of highlight failing if the
buffer is deleted before the timeout by checking whether the
buffer is valid first.
</pre>
</div>
</content>
</entry>
<entry>
<title>backport: fix(window.c): win_close from other tabpage #15454</title>
<updated>2021-09-16T13:44:59+00:00</updated>
<author>
<name>notomo</name>
<email>notomo.motono@gmail.com</email>
</author>
<published>2021-08-22T22:27:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6bda2f56eb01b9a9ee3c0d25cb607d03dd64b91a'/>
<id>6bda2f56eb01b9a9ee3c0d25cb607d03dd64b91a</id>
<content type='text'>
Fix #15313
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix #15313
</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>
</feed>
