<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git, branch v0.3.4</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>NVIM v0.3.4</title>
<updated>2019-01-13T13:25:08+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-13T13:25:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ab2bbbf6c45fdf278271d19f014c9d0850d249c6'/>
<id>ab2bbbf6c45fdf278271d19f014c9d0850d249c6</id>
<content type='text'>
This maintenance release fixes some issues found in v0.3.3.

FIXES:

8a7b6200fbaa #9487 provider: improve error message if provider is missing
44ea903ca51a #9468 checkhealth: detect broken pip
b4028056fa5d Windows: nvim-qt v0.2.12 (fix potential "blank screen" at startup)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This maintenance release fixes some issues found in v0.3.3.

FIXES:

8a7b6200fbaa #9487 provider: improve error message if provider is missing
44ea903ca51a #9468 checkhealth: detect broken pip
b4028056fa5d Windows: nvim-qt v0.2.12 (fix potential "blank screen" at startup)
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #9495 from justinmk/release-0.3</title>
<updated>2019-01-13T01:33:47+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-13T01:33:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7523eb3ce46188df0c6f30ff7b0cfb1b87acc391'/>
<id>7523eb3ce46188df0c6f30ff7b0cfb1b87acc391</id>
<content type='text'>
release candidate 0.3.4</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
release candidate 0.3.4</pre>
</div>
</content>
</entry>
<entry>
<title>provider: improve error message if provider is missing (#9487)</title>
<updated>2019-01-13T00:49:07+00:00</updated>
<author>
<name>Marco Hinz</name>
<email>mh.codebro+github@gmail.com</email>
</author>
<published>2019-01-11T23:52:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8a7b6200fbaaafa13c1425faacecbd779d05d729'/>
<id>8a7b6200fbaaafa13c1425faacecbd779d05d729</id>
<content type='text'>
Move `has_eval_provider()` check to `eval_call_provider()` to make sure that
every code path calls it first.

Previously we would, when pynvim was missing, get a nice error message for
`:python3 1`, but not for `:py3file blah`.

Fixes https://github.com/neovim/neovim/issues/9485</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Move `has_eval_provider()` check to `eval_call_provider()` to make sure that
every code path calls it first.

Previously we would, when pynvim was missing, get a nice error message for
`:python3 1`, but not for `:py3file blah`.

Fixes https://github.com/neovim/neovim/issues/9485</pre>
</div>
</content>
</entry>
<entry>
<title>checkhealth: detect broken pip #9468</title>
<updated>2019-01-13T00:48:32+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-11T01:03:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=44ea903ca51a387bfcd858221b1748f79d7dbf54'/>
<id>44ea903ca51a387bfcd858221b1748f79d7dbf54</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win/dist: nvim-qt v0.2.12</title>
<updated>2019-01-13T00:27:36+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-12T22:47:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b4028056fa5d5b717de4ec4b7207e0eedb6a169d'/>
<id>b4028056fa5d5b717de4ec4b7207e0eedb6a169d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>version bump</title>
<updated>2019-01-04T19:09:26+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-04T19:09:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=daad3a5a79c96090f929d63d7d7c0e80f2077566'/>
<id>daad3a5a79c96090f929d63d7d7c0e80f2077566</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>NVIM v0.3.3</title>
<updated>2019-01-04T19:05:23+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-04T19:05:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2ccc716c4a6ad271165830460142fded445db9a4'/>
<id>2ccc716c4a6ad271165830460142fded445db9a4</id>
<content type='text'>
This maintenance release fixes some issues found in v0.3.2 .

FIXES:

a597ab8d1ba7 #9442 Merge pull request from jamessan/revert-pynvim
    d7b3ac029c30 health/provider: Check for available pynvim when neovim module missing
    edeb19d5e959 python#CheckForModule: Use the given module string instead of hard-coding pynvim
    0dd89cda9c47 {health,provider}/python: Import the neovim, rather than pynvim, module
fc6e8a4db8eb #9423 TUI: Konsole DECSCUSR fixup
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This maintenance release fixes some issues found in v0.3.2 .

FIXES:

a597ab8d1ba7 #9442 Merge pull request from jamessan/revert-pynvim
    d7b3ac029c30 health/provider: Check for available pynvim when neovim module missing
    edeb19d5e959 python#CheckForModule: Use the given module string instead of hard-coding pynvim
    0dd89cda9c47 {health,provider}/python: Import the neovim, rather than pynvim, module
fc6e8a4db8eb #9423 TUI: Konsole DECSCUSR fixup
</pre>
</div>
</content>
</entry>
<entry>
<title>release.sh: Format issue-numbers in descriptions [ci skip]</title>
<updated>2019-01-04T19:05:08+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-04T05:03:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4e23f3e18017c619040263c99c8750bd5856c7a7'/>
<id>4e23f3e18017c619040263c99c8750bd5856c7a7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>release.sh: fix exclusion pattern [ci skip]</title>
<updated>2019-01-04T19:05:08+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-04T05:03:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=8b3113ce7a7e8d692c9aba8a256aa26b4c647203'/>
<id>8b3113ce7a7e8d692c9aba8a256aa26b4c647203</id>
<content type='text'>
grep support of "\s" pattern is unreliable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
grep support of "\s" pattern is unreliable.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9442 from jamessan/revert-pynvim</title>
<updated>2019-01-02T17:14:29+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2019-01-02T17:14:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a597ab8d1ba7bf67128ceec67880d7d8b7f92280'/>
<id>a597ab8d1ba7bf67128ceec67880d7d8b7f92280</id>
<content type='text'>
Rework Python provider/health check to use neovim module again</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rework Python provider/health check to use neovim module again</pre>
</div>
</content>
</entry>
</feed>
