<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/third-party, branch master</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>build(cmake): skip download if target file exists #14844)</title>
<updated>2021-07-08T18:16:13+00:00</updated>
<author>
<name>comicfans</name>
<email>comicfans44@gmail.com</email>
</author>
<published>2021-07-08T18:16:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9c7e04eb3bfd70c08c19ab20a751345fa6ef8908'/>
<id>9c7e04eb3bfd70c08c19ab20a751345fa6ef8908</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): bump LibLUV to 1.40.0-0 (#14997)</title>
<updated>2021-07-07T06:24:08+00:00</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-07-07T06:24:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3de777d259c379e9fffdf4ebc6aba4059b7400fc'/>
<id>3de777d259c379e9fffdf4ebc6aba4059b7400fc</id>
<content type='text'>
Adds several threading, async, and gc fixes and allows building with older gcc (4.x). Minimum required version remains 1.30.1.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds several threading, async, and gc fixes and allows building with older gcc (4.x). Minimum required version remains 1.30.1.</pre>
</div>
</content>
</entry>
<entry>
<title>chore(deps): bump LibLUV to 1.34.1 and lua-compat-53 to 0.9 (#14985)</title>
<updated>2021-07-05T12:30:50+00:00</updated>
<author>
<name>Lewis Russell</name>
<email>lewis6991@gmail.com</email>
</author>
<published>2021-07-05T12:30:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a6cdfa27d50024a4756df37b135eadb5a8a79f13'/>
<id>a6cdfa27d50024a4756df37b135eadb5a8a79f13</id>
<content type='text'>
This bumps the bundled LibLUV to 1.34.1 in order to make the newly introduced `uv.fs_mkstemp` available in the official builds. (The minimum required version remains at 1.30.1.)

The bump of lua-compat-53 to 0.9 is needed to build with the updated LibLUV.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This bumps the bundled LibLUV to 1.34.1 in order to make the newly introduced `uv.fs_mkstemp` available in the official builds. (The minimum required version remains at 1.30.1.)

The bump of lua-compat-53 to 0.9 is needed to build with the updated LibLUV.</pre>
</div>
</content>
</entry>
<entry>
<title>deps(curl): v7.77.0 (#14961)</title>
<updated>2021-07-03T00:44:05+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-07-03T00:44:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=94583483f9de6a46b1581d456732530445af9c35'/>
<id>94583483f9de6a46b1581d456732530445af9c35</id>
<content type='text'>
https://github.com/neovim/neovim/issues/14078#issuecomment-870882357
https://github.com/neovim/deps/commit/d66e306abf5b846484b4f2adffd896bce7e065d2</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/neovim/neovim/issues/14078#issuecomment-870882357
https://github.com/neovim/deps/commit/d66e306abf5b846484b4f2adffd896bce7e065d2</pre>
</div>
</content>
</entry>
<entry>
<title>feat(ts): bump tree-sitter to v0.20.0</title>
<updated>2021-06-30T10:11:35+00:00</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-06-30T07:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=836c31032162dc62d8619587596b07aa29ed5215'/>
<id>836c31032162dc62d8619587596b07aa29ed5215</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(ci): adjust DEPS_INSTALL_DIR on OpenBSD to avoid pkg-config bug (#14803)</title>
<updated>2021-06-13T18:03:47+00:00</updated>
<author>
<name>Oliver Marriott</name>
<email>rktjmp@users.noreply.github.com</email>
</author>
<published>2021-06-13T18:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e2bc0bf6656124afc47980210e96c31bd3357bea'/>
<id>e2bc0bf6656124afc47980210e96c31bd3357bea</id>
<content type='text'>
Also bumps to OpenBSD 6.9 and updates packages.

Co-authored-by: glacambre &lt;code@lacamb.re&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also bumps to OpenBSD 6.9 and updates packages.

Co-authored-by: glacambre &lt;code@lacamb.re&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>deps(treesitter): bump to 0.19.5+</title>
<updated>2021-06-11T12:15:27+00:00</updated>
<author>
<name>Thomas Vigouroux</name>
<email>tomvig38@gmail.com</email>
</author>
<published>2021-06-11T12:15:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3085788a3ef84cebaf532bbe77fde6df16a694a2'/>
<id>3085788a3ef84cebaf532bbe77fde6df16a694a2</id>
<content type='text'>
This fixes a bunch of issues with queries.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fixes a bunch of issues with queries.
</pre>
</div>
</content>
</entry>
<entry>
<title>win/package: update wintools.zip for curl v7.76.1 (#14570)</title>
<updated>2021-05-17T12:57:46+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-05-17T12:57:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dc18c1e3ee4f2ec556de4e13ae162c5f70cf51ae'/>
<id>dc18c1e3ee4f2ec556de4e13ae162c5f70cf51ae</id>
<content type='text'>
https://github.com/neovim/neovim/issues/14078</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
https://github.com/neovim/neovim/issues/14078</pre>
</div>
</content>
</entry>
<entry>
<title>neovim-qt: v0.2.16.1 (#14514)</title>
<updated>2021-05-08T16:17:25+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-05-08T16:17:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cd5fde6e6c3471479da831a220dec5a88e311e3e'/>
<id>cd5fde6e6c3471479da831a220dec5a88e311e3e</id>
<content type='text'>
nvim-qt --help/version should work without $DISPLAY

https://github.com/equalsraf/neovim-qt/compare/v0.2.16...v0.2.16.1</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
nvim-qt --help/version should work without $DISPLAY

https://github.com/equalsraf/neovim-qt/compare/v0.2.16...v0.2.16.1</pre>
</div>
</content>
</entry>
<entry>
<title>win/package: update wintools.zip (#14408)</title>
<updated>2021-04-20T13:54:22+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2021-04-20T13:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=02909d150e81686d049c131e959e9405efbbce3e'/>
<id>02909d150e81686d049c131e959e9405efbbce3e</id>
<content type='text'>
This does not have 7za.exe and tidy.exe.

Ref: https://github.com/neovim/neovim/issues/14078</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This does not have 7za.exe and tidy.exe.

Ref: https://github.com/neovim/neovim/issues/14078</pre>
</div>
</content>
</entry>
</feed>
