<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/nvim/api, 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>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>perf(extmarks): allow ephemeral extmarks past EOF</title>
<updated>2021-06-16T18:15:47+00:00</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2021-06-15T18:25:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a85e8a186b089999c258b21fb2f7b62b58920884'/>
<id>a85e8a186b089999c258b21fb2f7b62b58920884</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>api:get_config: don't add border="none" (inactive default)</title>
<updated>2021-06-10T08:41:50+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-06-10T08:08:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7b519cd11cee564813067a818c11fbc7a29e08c3'/>
<id>7b519cd11cee564813067a818c11fbc7a29e08c3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix linter errors</title>
<updated>2021-06-10T08:41:50+00:00</updated>
<author>
<name>Corey Williamson</name>
<email>euclidianAce@protonmail.com</email>
</author>
<published>2021-04-20T21:05:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=38d6452899630d3ad4e42eb2ae635473a1fe2d67'/>
<id>38d6452899630d3ad4e42eb2ae635473a1fe2d67</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>Merge pull request #14717 from notomo/add-win-call-api</title>
<updated>2021-06-10T08:02:31+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-06-10T08:02:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=70a1331dabdccda47d398c889b453088ffd8bfa5'/>
<id>70a1331dabdccda47d398c889b453088ffd8bfa5</id>
<content type='text'>
api: add nvim_win_call</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
api: add nvim_win_call</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14510 from urandom/doc_nvim_buf_set_extmark</title>
<updated>2021-06-10T07:39:35+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2021-06-10T07:39:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=53791c05463bf0abe323130b0fa165a7652109f5'/>
<id>53791c05463bf0abe323130b0fa165a7652109f5</id>
<content type='text'>
Minor observational corrections to the nvim_buf_set_extmark documentation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Minor observational corrections to the nvim_buf_set_extmark documentation</pre>
</div>
</content>
</entry>
</feed>
