<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/lua, 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>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>feat(lua)!: register_keystroke_callback =&gt; on_key</title>
<updated>2021-09-14T14:29:46+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-08-23T01:26:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d83df7f7b5c13a96c1df8c061a65fc2d3f114032'/>
<id>d83df7f7b5c13a96c1df8c061a65fc2d3f114032</id>
<content type='text'>
Analogous to nodejs's `on('data', …)` interface, here on_key is the "add
listener" interface.

ref 3ccdbc570d85 #12536

BREAKING_CHANGE: vim.register_keystroke_callback() is now an error.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Analogous to nodejs's `on('data', …)` interface, here on_key is the "add
listener" interface.

ref 3ccdbc570d85 #12536

BREAKING_CHANGE: vim.register_keystroke_callback() is now an error.
</pre>
</div>
</content>
</entry>
<entry>
<title>backport: fix(vim.opt): vimL map string values not trimmed (#14982)</title>
<updated>2021-09-14T12:15:38+00:00</updated>
<author>
<name>jadedpasta</name>
<email>86900272+jadedpasta@users.noreply.github.com</email>
</author>
<published>2021-07-04T07:14:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ae89330ec0479cfa9eaaa2b64d8164e3309a1fea'/>
<id>ae89330ec0479cfa9eaaa2b64d8164e3309a1fea</id>
<content type='text'>
Options formatted as a list of comma-separated key-value pairs may have
values that contain leading and trailing whitespace characters. For
example, the `listchars` option has a default value of
`"tab:&gt; ,trail:-,nbsp:+"`. When converting this value to a lua table,
leading and trailing whitespace should not be trimmed.

Co-authored-by: Robert Hrusecky &lt;robert.hrusecky@utexas.edu&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Options formatted as a list of comma-separated key-value pairs may have
values that contain leading and trailing whitespace characters. For
example, the `listchars` option has a default value of
`"tab:&gt; ,trail:-,nbsp:+"`. When converting this value to a lua table,
leading and trailing whitespace should not be trimmed.

Co-authored-by: Robert Hrusecky &lt;robert.hrusecky@utexas.edu&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14779 from tjdevries/tjdevries/vim_opt_fixes</title>
<updated>2021-06-29T14:24:41+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-29T14:24:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2bcf18deaa32ad371b6de349b353d42e9b1c9ea0'/>
<id>2bcf18deaa32ad371b6de349b353d42e9b1c9ea0</id>
<content type='text'>
An assortment of various vim.opt fixups.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
An assortment of various vim.opt fixups.</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14335 from chentau/extmark_delbytes</title>
<updated>2021-06-29T13:31:23+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-06-29T13:31:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f8990870ffd86ff36cc86e23b82b74b1a764b525'/>
<id>f8990870ffd86ff36cc86e23b82b74b1a764b525</id>
<content type='text'>
Extmarks: manually zero out `curbuf-&gt;deleted_bytes2` on substitute and join</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Extmarks: manually zero out `curbuf-&gt;deleted_bytes2` on substitute and join</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Fix #14828 with empty values being incorrectly inserted</title>
<updated>2021-06-29T13:18:59+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-29T13:18:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=19b7cef0a7dc52f3ec016e0dd0ae82f0f6ecd4b1'/>
<id>19b7cef0a7dc52f3ec016e0dd0ae82f0f6ecd4b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Fix #14668 Now correctly handles unescaped commas in isfname style</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-11T17:39:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6ecec87c099ce6182b4a1cc81846be9e0e70c1cd'/>
<id>6ecec87c099ce6182b4a1cc81846be9e0e70c1cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Fix #14669 whichwrap now acts as expected</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-06-11T16:28:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9119ea1becd5024ad14db04e2868feeae7c7d4de'/>
<id>9119ea1becd5024ad14db04e2868feeae7c7d4de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim.opt): Add basic error handling</title>
<updated>2021-06-29T12:42:07+00:00</updated>
<author>
<name>David Zhang</name>
<email>crispgm@gmail.com</email>
</author>
<published>2021-05-30T12:49:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b02e64c4dffd9044ea83e3f2d74b5f6db6bf6b99'/>
<id>b02e64c4dffd9044ea83e3f2d74b5f6db6bf6b99</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
