<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/api, 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>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(:source, nvim_exec): handle Vimscript line continuations #14809</title>
<updated>2021-09-15T12:34:54+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2021-09-14T23:35:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6436100b6e4baeee8685677ae4319e71580caa3c'/>
<id>6436100b6e4baeee8685677ae4319e71580caa3c</id>
<content type='text'>
Problem:
Anonymous :source (no args) and nvim_exec() don't support Vimscript line continuations.

Solution:
Factor out the concat logic into concat_continued_line() and a
CONCAT_CONTINUED_LINES macro for simple concatenations where lines are
fetched individually.

Closes #14807
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:
Anonymous :source (no args) and nvim_exec() don't support Vimscript line continuations.

Solution:
Factor out the concat logic into concat_continued_line() and a
CONCAT_CONTINUED_LINES macro for simple concatenations where lines are
fetched individually.

Closes #14807
</pre>
</div>
</content>
</entry>
<entry>
<title>ci: skip "cancels stale events on channel close" #15278</title>
<updated>2021-09-14T14:51:01+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-08-27T10:59:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f809664f89c7437d2466eae9772c918d22fb77ae'/>
<id>f809664f89c7437d2466eae9772c918d22fb77ae</id>
<content type='text'>
- ref #14083 #15251
- also: docs: naming conventions
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- ref #14083 #15251
- also: docs: naming conventions
</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>api: include border in nvim_win_get_config</title>
<updated>2021-06-10T08:41:49+00:00</updated>
<author>
<name>Corey Williamson</name>
<email>euclidianAce@protonmail.com</email>
</author>
<published>2021-04-19T23:47:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8021c5a5311a322fec12b4b188ad96d8465ea94c'/>
<id>8021c5a5311a322fec12b4b188ad96d8465ea94c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api(nvim_open_win): add "noautocmd" option</title>
<updated>2021-06-01T02:05:04+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2021-05-27T21:10:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=802f8429d5d908457658e4b9859d8ed110bc0247'/>
<id>802f8429d5d908457658e4b9859d8ed110bc0247</id>
<content type='text'>
This option, when set, stops nvim_open_win() from potentially firing
buffer-related autocmd events
(BufEnter, BufLeave and BufWinEnter in the case of nvim_open_win()).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option, when set, stops nvim_open_win() from potentially firing
buffer-related autocmd events
(BufEnter, BufLeave and BufWinEnter in the case of nvim_open_win()).
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix crash on `:echo get_all_options_info()`</title>
<updated>2021-05-26T05:07:11+00:00</updated>
<author>
<name>glacambre</name>
<email>code@lacamb.re</email>
</author>
<published>2021-05-25T05:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0c8454f5bc5c40a2d2926f4b630a8519731fd7ae'/>
<id>0c8454f5bc5c40a2d2926f4b630a8519731fd7ae</id>
<content type='text'>
Iterating over PARAM_COUNT is wrong as PARAM_COUNT also counts the last
element of the options array, which has a NULL fullname in order to
signal the end of the array.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Iterating over PARAM_COUNT is wrong as PARAM_COUNT also counts the last
element of the options array, which has a NULL fullname in order to
signal the end of the array.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14243 from shadmansaleh/Allow_cterm_colors_nvim_set_hl</title>
<updated>2021-05-11T13:07:00+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-05-11T13:07:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7d82ea01025b6981e0233ca9a5e7ee62c8b5bcad'/>
<id>7d82ea01025b6981e0233ca9a5e7ee62c8b5bcad</id>
<content type='text'>
API: Adding cterm support to nvim_set_hl</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
API: Adding cterm support to nvim_set_hl</pre>
</div>
</content>
</entry>
<entry>
<title>Improvements to tests</title>
<updated>2021-04-22T11:09:18+00:00</updated>
<author>
<name>shadmansaleh</name>
<email>shadmansaleh3@gmail.com</email>
</author>
<published>2021-04-03T09:54:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0559d3f9c6bbcf6110e04a6f831b077e832be879'/>
<id>0559d3f9c6bbcf6110e04a6f831b077e832be879</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>api: fix nvim_exec() silencing behaviour (#14413)</title>
<updated>2021-04-21T08:41:37+00:00</updated>
<author>
<name>Shadman</name>
<email>shadmansaleh3@gmail.com</email>
</author>
<published>2021-04-21T08:41:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=01493e7990998f78298bd914a26aa65c237a3692'/>
<id>01493e7990998f78298bd914a26aa65c237a3692</id>
<content type='text'>
Previously nvim_exec would silent output no matter whether output
is true or false.
Now output is only silent and captured when output is true.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously nvim_exec would silent output no matter whether output
is true or false.
Now output is only silent and captured when output is true.</pre>
</div>
</content>
</entry>
</feed>
