<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git, branch v0.4.3</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.4.3</title>
<updated>2019-11-06T09:54:45+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-11-06T09:54:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b99dad7b4c6418978a21977262809021fab8d356'/>
<id>b99dad7b4c6418978a21977262809021fab8d356</id>
<content type='text'>
Maintenance release for the v0.4.x series.

FIXES:

599ad5d3b805 Windows: nvim-qt v0.2.15 (fix "invalid font" error on startup)
1def94597b88 #11332 autocmd: Fix event name casing
b678d33dd321 #11315 test: delete duplicate highlight group
924fa143ccd4 #11225 ex_echo: fix check for got_int
327e8ddb1830 #11138 deps: pass LDFLAGS+=-static
a1f557690f8e #11222 mac: fix "tags file not sorted" bug on Catalina
f2f37712a451 #11187 recovery mode (-r/-L): use headless_mode
4f452a67444a #11190 Remove "highbright bold" conversion.
9571a87d3de0 #11177 third-party: upgrade libvterm to 0.1.2
3817518ab43c #11074 terminfo_start: flush buffer
56d94129995a win_line: update `w_last_cursorline` always
ddd3363a428b #11132 patch_terminfo_bugs: TERM=xterm with non-xterm: ignore smglr
d453d2c48456 Fix redraw regression with w_p_cole in visual mode
e0622b4c65c7 screen: missing redraw/highlight for ruler in message area
b781f2b07273 cmdline: wildmenumode() should be true with wildoptions+=pum
eef3809067ae #11027 win_update: fix redraw regression
43f4955f7048 #11069 Merge pull request from bfredl/virtualcol
6f693be1ee80 #11050 env: use putenv_s for LC_ALL, LANG, etc.
36e2846b493d #11094 paste: fix handling of "&lt;" in cmdline
60b56ed458c6 #11126 Merge pull request from bfredl/invalidcell-0.4
8250d6795b06 screen: don't crash on invalid grid cells being recomposed
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Maintenance release for the v0.4.x series.

FIXES:

599ad5d3b805 Windows: nvim-qt v0.2.15 (fix "invalid font" error on startup)
1def94597b88 #11332 autocmd: Fix event name casing
b678d33dd321 #11315 test: delete duplicate highlight group
924fa143ccd4 #11225 ex_echo: fix check for got_int
327e8ddb1830 #11138 deps: pass LDFLAGS+=-static
a1f557690f8e #11222 mac: fix "tags file not sorted" bug on Catalina
f2f37712a451 #11187 recovery mode (-r/-L): use headless_mode
4f452a67444a #11190 Remove "highbright bold" conversion.
9571a87d3de0 #11177 third-party: upgrade libvterm to 0.1.2
3817518ab43c #11074 terminfo_start: flush buffer
56d94129995a win_line: update `w_last_cursorline` always
ddd3363a428b #11132 patch_terminfo_bugs: TERM=xterm with non-xterm: ignore smglr
d453d2c48456 Fix redraw regression with w_p_cole in visual mode
e0622b4c65c7 screen: missing redraw/highlight for ruler in message area
b781f2b07273 cmdline: wildmenumode() should be true with wildoptions+=pum
eef3809067ae #11027 win_update: fix redraw regression
43f4955f7048 #11069 Merge pull request from bfredl/virtualcol
6f693be1ee80 #11050 env: use putenv_s for LC_ALL, LANG, etc.
36e2846b493d #11094 paste: fix handling of "&lt;" in cmdline
60b56ed458c6 #11126 Merge pull request from bfredl/invalidcell-0.4
8250d6795b06 screen: don't crash on invalid grid cells being recomposed
</pre>
</div>
</content>
</entry>
<entry>
<title>autocmd: Fix event name casing #11332</title>
<updated>2019-11-04T08:25:20+00:00</updated>
<author>
<name>lacygoill</name>
<email>lacygoill@users.noreply.github.com</email>
</author>
<published>2019-11-04T07:18:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1def94597b8866896165803669d374712250d6d8'/>
<id>1def94597b8866896165803669d374712250d6d8</id>
<content type='text'>
Affects getcompletion()</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Affects getcompletion()</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #11315 from bfredl/termtestfix</title>
<updated>2019-10-29T20:49:56+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-10-29T20:49:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=b678d33dd321e920e2acbadfb0ea19186eb72d3f'/>
<id>b678d33dd321e920e2acbadfb0ea19186eb72d3f</id>
<content type='text'>
[release-0.4] test: delete duplicate highlight group</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[release-0.4] test: delete duplicate highlight group</pre>
</div>
</content>
</entry>
<entry>
<title>[release-0.4] test: delete duplicate highlight group</title>
<updated>2019-10-29T18:44:47+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-10-29T18:11:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a01238707427d2a6eaad449a9295234796945ba2'/>
<id>a01238707427d2a6eaad449a9295234796945ba2</id>
<content type='text'>
Depending on the lua version, 6 might get used instead of
2 here, which causes test failures in upstream builds.
This was fixed as part of #11206 on master
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Depending on the lua version, 6 might get used instead of
2 here, which causes test failures in upstream builds.
This was fixed as part of #11206 on master
</pre>
</div>
</content>
</entry>
<entry>
<title>win/dist: nvim-qt v0.2.15</title>
<updated>2019-10-26T20:18:59+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-10-26T19:28:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=599ad5d3b80556b346c2b1bd9201573a19ba1ce2'/>
<id>599ad5d3b80556b346c2b1bd9201573a19ba1ce2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[release-0.4] ex_echo: fix check for got_int #11225</title>
<updated>2019-10-19T22:54:07+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-10-19T21:45:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=924fa143ccd4e144a95a0dd2630e609f896f0c59'/>
<id>924fa143ccd4e144a95a0dd2630e609f896f0c59</id>
<content type='text'>
It needs to return to not output any remaining parts.

Followup to https://github.com/neovim/neovim/pull/10926
Ref: https://github.com/neovim/neovim/issues/10923

(cherry picked from commit 93fe30593b47fe98a31c6bb67f4d6effb8b725fe)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It needs to return to not output any remaining parts.

Followup to https://github.com/neovim/neovim/pull/10926
Ref: https://github.com/neovim/neovim/issues/10923

(cherry picked from commit 93fe30593b47fe98a31c6bb67f4d6effb8b725fe)
</pre>
</div>
</content>
</entry>
<entry>
<title>[release-0.4] deps: pass LDFLAGS+=-static (#11138)</title>
<updated>2019-10-14T13:17:47+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-10-14T13:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=327e8ddb183071df0882410efa13605c2a3f0797'/>
<id>327e8ddb183071df0882410efa13605c2a3f0797</id>
<content type='text'>
This is required when `build_old_libs=no` is used in `libtool`.

Fixes https://github.com/neovim/neovim/issues/11198

(cherry picked from commit 2e14dffbb49666bc79c2aa4fd9cea23d7f2f058c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is required when `build_old_libs=no` is used in `libtool`.

Fixes https://github.com/neovim/neovim/issues/11198

(cherry picked from commit 2e14dffbb49666bc79c2aa4fd9cea23d7f2f058c)
</pre>
</div>
</content>
</entry>
<entry>
<title>[release-0.4] mac: fix "tags file not sorted" bug on Catalina (#11222)</title>
<updated>2019-10-14T12:05:58+00:00</updated>
<author>
<name>dm1try</name>
<email>me@dmitry.it</email>
</author>
<published>2019-10-14T11:58:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a1f557690f8e801c35a1b882c2a564231e4409a8'/>
<id>a1f557690f8e801c35a1b882c2a564231e4409a8</id>
<content type='text'>
I/O in Catalina is currently known to be broken. This commit works
around a pesky bug and also makes the code more consistent by removing
the mix of C file and standard I/O.

Fixes https://github.com/neovim/neovim/issues/11196

(cherry picked from commit d0efc1c9062441c9addc846429794ad4a06cc130)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I/O in Catalina is currently known to be broken. This commit works
around a pesky bug and also makes the code more consistent by removing
the mix of C file and standard I/O.

Fixes https://github.com/neovim/neovim/issues/11196

(cherry picked from commit d0efc1c9062441c9addc846429794ad4a06cc130)
</pre>
</div>
</content>
</entry>
<entry>
<title>[release-0.4] recovery mode (-r/-L): use headless_mode (#11187)</title>
<updated>2019-10-11T17:17:29+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-10-11T17:17:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=f2f37712a4511126350c470816136fd288aa04d0'/>
<id>f2f37712a4511126350c470816136fd288aa04d0</id>
<content type='text'>
Fixes https://github.com/neovim/neovim/issues/11181.

(cherry picked from commit 9af0fe529d2d91640e4d3388ab9f28159553f14c)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/neovim/neovim/issues/11181.

(cherry picked from commit 9af0fe529d2d91640e4d3388ab9f28159553f14c)
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove "highbright bold" conversion. Fixes #11190</title>
<updated>2019-10-10T22:00:26+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2019-10-10T20:08:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=4f452a67444a3057afe02c759073291d11964fac'/>
<id>4f452a67444a3057afe02c759073291d11964fac</id>
<content type='text'>
When using TUI host terminal should take care of this (regardless
if 'termguicolors' is active or not). For GUI the behavior doesn't make
sense (GUI should display bold attr as bold always).

(cherry picked from commit b772b86d2ba256a2c03ab701d00b322cf52560e0)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When using TUI host terminal should take care of this (regardless
if 'termguicolors' is active or not). For GUI the behavior doesn't make
sense (GUI should display bold attr as bold always).

(cherry picked from commit b772b86d2ba256a2c03ab701d00b322cf52560e0)
</pre>
</div>
</content>
</entry>
</feed>
