<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts, 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(release.sh): ignore failed "rm"</title>
<updated>2021-09-26T22:15:30+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2021-09-26T15:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c9e4f86b7555d2fceb9eb66253403048816513ad'/>
<id>c9e4f86b7555d2fceb9eb66253403048816513ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update appdata.xml version in release commit</title>
<updated>2021-08-14T03:32:10+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-08-13T23:47:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f027c5e1e4638221bb9b761c0a4d19b2583a9105'/>
<id>f027c5e1e4638221bb9b761c0a4d19b2583a9105</id>
<content type='text'>
Adding the version we just released in the "version bump" commit is
useless, since that means the actual release only reports the old
version.

Closes #15362

[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding the version we just released in the "version bump" commit is
useless, since that means the actual release only reports the old
version.

Closes #15362

[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>lint (#14941)</title>
<updated>2021-07-01T16:37:03+00:00</updated>
<author>
<name>dundargoc</name>
<email>33953936+dundargoc@users.noreply.github.com</email>
</author>
<published>2021-07-01T16:37:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e8247bc739cd0cdc32833f44973bf2d635373086'/>
<id>e8247bc739cd0cdc32833f44973bf2d635373086</id>
<content type='text'>
Fix SC2155 error, found by shellcheck v0.7.2.

https://github.com/koalaman/shellcheck/wiki/SC2155</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix SC2155 error, found by shellcheck v0.7.2.

https://github.com/koalaman/shellcheck/wiki/SC2155</pre>
</div>
</content>
</entry>
<entry>
<title>Open funcs_data.mpack in binary mode. (#14944)</title>
<updated>2021-06-30T22:17:48+00:00</updated>
<author>
<name>Daniel Steinberg</name>
<email>dstein64@users.noreply.github.com</email>
</author>
<published>2021-06-30T22:17:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fe10a4e5550d63390d8ff4bc8b91ccb00e9da00f'/>
<id>fe10a4e5550d63390d8ff4bc8b91ccb00e9da00f</id>
<content type='text'>
"b" flag is required to read binary files on Windows. 
https://www.lua.org/pil/21.2.2.html</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"b" flag is required to read binary files on Windows. 
https://www.lua.org/pil/21.2.2.html</pre>
</div>
</content>
</entry>
<entry>
<title>fix: Remove [RFC] from PR subject in vim-patch.sh (#14917)</title>
<updated>2021-06-29T00:40:00+00:00</updated>
<author>
<name>Daniel Steinberg</name>
<email>dstein64@users.noreply.github.com</email>
</author>
<published>2021-06-29T00:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=99a4152a4bf8d5905838baf59882a7dc8ee3367f'/>
<id>99a4152a4bf8d5905838baf59882a7dc8ee3367f</id>
<content type='text'>
As of PR #10383, CONTRIBUTING.md says '[RFC] is assumed by default'. As
of PR #11656, CONTRIBUTING.md says '**do not** put "RFC" in the PR
title'.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of PR #10383, CONTRIBUTING.md says '[RFC] is assumed by default'. As
of PR #11656, CONTRIBUTING.md says '**do not** put "RFC" in the PR
title'.</pre>
</div>
</content>
</entry>
<entry>
<title>release.sh: use stdin for release commit message (#14832)</title>
<updated>2021-06-17T02:58:54+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-06-17T02:58:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a72dfec855c1ed9181f880e4a8cccdd94fadd946'/>
<id>a72dfec855c1ed9181f880e4a8cccdd94fadd946</id>
<content type='text'>
v0.5.0 has too many commits since v0.4.0.
"git commit -m" triggers "Argument list too long" error.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
v0.5.0 has too many commits since v0.4.0.
"git commit -m" triggers "Argument list too long" error.</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lsp): Add codelens support</title>
<updated>2021-06-14T19:45:14+00:00</updated>
<author>
<name>Mathias Fussenegger</name>
<email>f.mathias@zignar.net</email>
</author>
<published>2020-10-26T10:50:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2bdd553c9ec47066c10d51f39fe16d83fbdd4e68'/>
<id>2bdd553c9ec47066c10d51f39fe16d83fbdd4e68</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh -m: Ignore changes to version.c</title>
<updated>2021-05-20T02:50:05+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-05-12T01:47:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cf714bf418c4e1951466aac4c0dff09cfe9be225'/>
<id>cf714bf418c4e1951466aac4c0dff09cfe9be225</id>
<content type='text'>
[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(vim-patch.sh -m): Show all commits touching a file, not just the first</title>
<updated>2021-05-20T02:50:05+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2021-05-12T01:28:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=86d35bef13496e7730a2cce7eabe0190c299f4b4'/>
<id>86d35bef13496e7730a2cce7eabe0190c299f4b4</id>
<content type='text'>
[skip ci]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[skip ci]
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Treesitter (#13260)</title>
<updated>2021-05-01T12:19:48+00:00</updated>
<author>
<name>TJ DeVries</name>
<email>devries.timothyj@gmail.com</email>
</author>
<published>2021-05-01T12:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=27da5511a0c0b12fcabe29cf38c3f8a0f0b444b9'/>
<id>27da5511a0c0b12fcabe29cf38c3f8a0f0b444b9</id>
<content type='text'>
* doc &amp; fixes: Generate treesitter docs

* fixup to treesitter-core

* docs(treesitter): fix docs for most functions

Co-authored-by: Thomas Vigouroux &lt;tomvig38@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc &amp; fixes: Generate treesitter docs

* fixup to treesitter-core

* docs(treesitter): fix docs for most functions

Co-authored-by: Thomas Vigouroux &lt;tomvig38@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
