<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts, branch v0.3.2</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>Merge #9401 from justinmk/pr-win-erw7</title>
<updated>2018-12-30T22:54:23+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-30T22:54:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=725da1feeb9a1e2c76533ef2df5e86b1b972c78b'/>
<id>725da1feeb9a1e2c76533ef2df5e86b1b972c78b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>appimage: Include metadata #9320</title>
<updated>2018-12-30T22:02:40+00:00</updated>
<author>
<name>pierre</name>
<email>pierre.git@posteo.de</email>
</author>
<published>2018-12-06T22:11:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=92806827a9f22828cdfd3573f6cf2c827808e641'/>
<id>92806827a9f22828cdfd3573f6cf2c827808e641</id>
<content type='text'>
closes #9320
closes #9128
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #9320
closes #9128
</pre>
</div>
</content>
</entry>
<entry>
<title>update_terminfo.sh: NOLINT data arrays</title>
<updated>2018-12-28T22:52:03+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-28T14:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=dba69a1d3b6f626c7809bb23632d6539e8d0e134'/>
<id>dba69a1d3b6f626c7809bb23632d6539e8d0e134</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update_terminfo.sh: Use printf instead of echo</title>
<updated>2018-12-28T22:52:03+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-28T14:46:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=959df5d8a5b2dd586ae4ef2e4ea1cfb64b3a4fb5'/>
<id>959df5d8a5b2dd586ae4ef2e4ea1cfb64b3a4fb5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge 'upstream/master' into pr-win-erw7</title>
<updated>2018-12-27T21:49:44+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-27T21:49:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c1015121ec626cab6cb384f544bc0be1a1760c0e'/>
<id>c1015121ec626cab6cb384f544bc0be1a1760c0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win/TUI: builtin terminfos for cygwin, conemu, et al.</title>
<updated>2018-12-27T21:39:54+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2018-10-24T10:57:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=6c62f7b715e7cc51b534d15a981009c2d6d22a66'/>
<id>6c62f7b715e7cc51b534d15a981009c2d6d22a66</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>win/TUI: SetConsoleMode() to override libuv #9094</title>
<updated>2018-12-27T21:35:59+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2018-05-31T18:04:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=606030155805732a0aec9da632936e87095d3974'/>
<id>606030155805732a0aec9da632936e87095d3974</id>
<content type='text'>
Use uv_set_vterm_state() to override libuv's guess.
See https://github.com/libuv/libuv/pull/1873/ for discussion.

This commit uses a terminal-detection approach based on
GetProcessImageFileNameW(...), which will be reverted in the following
commit. The approach was intended to handle the case of running in
winpty (:terminal), but we will add $NVIM env var for that.

Also add some support for ConEmu, cygwin.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use uv_set_vterm_state() to override libuv's guess.
See https://github.com/libuv/libuv/pull/1873/ for discussion.

This commit uses a terminal-detection approach based on
GetProcessImageFileNameW(...), which will be reverted in the following
commit. The approach was intended to handle the case of running in
winpty (:terminal), but we will add $NVIM env var for that.

Also add some support for ConEmu, cygwin.
</pre>
</div>
</content>
</entry>
<entry>
<title>genappimage: Unset $ARGV0 at invocation #9376</title>
<updated>2018-12-19T05:30:58+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2018-12-19T05:30:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cb76a8a95f3a2fc7ac4f7a56720cec62f33160eb'/>
<id>cb76a8a95f3a2fc7ac4f7a56720cec62f33160eb</id>
<content type='text'>
AppImage sets $ARGV0 which breaks zsh.
Hack around this in our appimage.

fixes #9341
ref https://github.com/AppImage/AppImageKit/issues/852

[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AppImage sets $ARGV0 which breaks zsh.
Hack around this in our appimage.

fixes #9341
ref https://github.com/AppImage/AppImageKit/issues/852

[ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>runtime/syntax: Fix highlighting of augroup contents (#9328)</title>
<updated>2018-12-08T00:16:58+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-12-08T00:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bc132ae123d4dec1fa10e17981ff738e7b53cb20'/>
<id>bc132ae123d4dec1fa10e17981ff738e7b53cb20</id>
<content type='text'>
Comparing `vimCommand` from Vim's runtime/syntax/vim.vim, one can see
that "augroup" and similar commands are conspicuously missing. They are
handled specially (`vimAugroupKey`, `vimAutoCmd`).

Excluding them from the generated `vimCommand` keyword list, fixes their
highlighting.

closes #9327</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Comparing `vimCommand` from Vim's runtime/syntax/vim.vim, one can see
that "augroup" and similar commands are conspicuously missing. They are
handled specially (`vimAugroupKey`, `vimAutoCmd`).

Excluding them from the generated `vimCommand` keyword list, fixes their
highlighting.

closes #9327</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/gen_help_html.py</title>
<updated>2018-11-28T02:48:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-11-16T01:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=452cadb85a098df9fab5146c7accef3c853c23a2'/>
<id>452cadb85a098df9fab5146c7accef3c853c23a2</id>
<content type='text'>
Adapted from https://github.com/c4rlo/vimhelp/
License: MIT
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adapted from https://github.com/c4rlo/vimhelp/
License: MIT
</pre>
</div>
</content>
</entry>
</feed>
