<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/runtime/doc, branch v0.5.0</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>doc(options): Fix recommended PowerShell config (#14349)</title>
<updated>2021-07-02T12:15:40+00:00</updated>
<author>
<name>Dimitri Tcaciuc</name>
<email>dtcaciuc@users.noreply.github.com</email>
</author>
<published>2021-07-02T12:15:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b0765390292961aa0ec22e9931885c6d947c5e6'/>
<id>8b0765390292961aa0ec22e9931885c6d947c5e6</id>
<content type='text'>
Ensure that
  * Shell uses UTF8 input/output mode
  * Stderr output is captured, in UTF8
  * Program exit codes are correctly captured

Update functional test harness and add tests
for :make command.

Closes #13713</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ensure that
  * Shell uses UTF8 input/output mode
  * Stderr output is captured, in UTF8
  * Program exit codes are correctly captured

Update functional test harness and add tests
for :make command.

Closes #13713</pre>
</div>
</content>
</entry>
<entry>
<title>fix(doc/api): Remove 'border' as unsupported (#14916)</title>
<updated>2021-06-29T00:40:56+00:00</updated>
<author>
<name>Daniel Steinberg</name>
<email>dstein64@users.noreply.github.com</email>
</author>
<published>2021-06-29T00:40:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f83c25942dd8b94ad5218ce78b9e6fb86d2f0358'/>
<id>f83c25942dd8b94ad5218ce78b9e6fb86d2f0358</id>
<content type='text'>
PR #13998 added support for floating window borders.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR #13998 added support for floating window borders.</pre>
</div>
</content>
</entry>
<entry>
<title>fix(doc): remove reference to vim.lsp.callbacks (#14576)</title>
<updated>2021-06-28T21:02:17+00:00</updated>
<author>
<name>Matthieu Coudron</name>
<email>teto@users.noreply.github.com</email>
</author>
<published>2021-06-28T21:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3552916cb917f8d44c229c4eee815d4d30dd3047'/>
<id>3552916cb917f8d44c229c4eee815d4d30dd3047</id>
<content type='text'>
too old now, can be confusing
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
too old now, can be confusing
</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(doc/usr_41): don't mention 0o prefix for octs (#14906)</title>
<updated>2021-06-26T00:10:58+00:00</updated>
<author>
<name>Sean Dewar</name>
<email>seandewar@users.noreply.github.com</email>
</author>
<published>2021-06-26T00:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c1120ad0e1adf8b34ee10b63b2134fcb0d580fce'/>
<id>c1120ad0e1adf8b34ee10b63b2134fcb0d580fce</id>
<content type='text'>
v8.2.0886 isn't ported yet.
Also remove mentions of Vim9 and legacy script for now.

[skip ci]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
v8.2.0886 isn't ported yet.
Also remove mentions of Vim9 and legacy script for now.

[skip ci]</pre>
</div>
</content>
</entry>
<entry>
<title>Update busy_start/busy_stop ui events documentation (#14415)</title>
<updated>2021-06-25T17:01:57+00:00</updated>
<author>
<name>Ghjuvan Lacambre</name>
<email>code@lacamb.re</email>
</author>
<published>2021-06-25T17:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b86b410a923ca0f7a43a747f528411d2f0311b2a'/>
<id>b86b410a923ca0f7a43a747f528411d2f0311b2a</id>
<content type='text'>
Closes #14386</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #14386</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.1255: cannot use a lambda with quickfix functions</title>
<updated>2021-06-24T03:16:20+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-06-23T02:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4cb0bf09421e88adb812bb716b56af22bd51353e'/>
<id>4cb0bf09421e88adb812bb716b56af22bd51353e</id>
<content type='text'>
Problem:    Cannot use a lambda with quickfix functions.
Solution:   Add support for lambda. (Yegappan Lakshmanan, closes vim/vim#6499)
https://github.com/vim/vim/commit/d43906d2e5969288f239df851f5ad7b1dc2c7251
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Cannot use a lambda with quickfix functions.
Solution:   Add support for lambda. (Yegappan Lakshmanan, closes vim/vim#6499)
https://github.com/vim/vim/commit/d43906d2e5969288f239df851f5ad7b1dc2c7251
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(starting): mention init.lua in paths and remove repetition (#14883)</title>
<updated>2021-06-23T07:36:03+00:00</updated>
<author>
<name>smolck</name>
<email>46855713+smolck@users.noreply.github.com</email>
</author>
<published>2021-06-23T07:36:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=0d7e33bc1307117127e519fb12ec491a1a1ebd82'/>
<id>0d7e33bc1307117127e519fb12ec491a1a1ebd82</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 #14849 from seandewar/demethod-curwin</title>
<updated>2021-06-20T00:18:30+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-06-20T00:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=997a9c879215bc01a928de3e762955878314ec6a'/>
<id>997a9c879215bc01a928de3e762955878314ec6a</id>
<content type='text'>
fix(doc): various fixes</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix(doc): various fixes</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #14851 from ckipp01/hlCodeLens</title>
<updated>2021-06-19T22:44:48+00:00</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-06-19T22:44:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c16afaa1f8e9f120e7362d045cad96927dede4e7'/>
<id>c16afaa1f8e9f120e7362d045cad96927dede4e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
