<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts, branch v0.1.5</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>scripts/vim-patch.sh: fix typo (#5221)</title>
<updated>2016-08-14T12:19:46+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>github@thequod.de</email>
</author>
<published>2016-08-14T12:19:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=884b37fd2adda17fbcc2392ae871e6999b758895'/>
<id>884b37fd2adda17fbcc2392ae871e6999b758895</id>
<content type='text'>
[ci skip]</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
[ci skip]</pre>
</div>
</content>
</entry>
<entry>
<title>scripts/vim-patch.sh: use privileged mode (set -p)</title>
<updated>2016-08-11T16:57:54+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2016-08-11T12:09:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3e00dc44772407fc4393a6e12020a267b356d9bd'/>
<id>3e00dc44772407fc4393a6e12020a267b356d9bd</id>
<content type='text'>
Without this the "cd scripts/.." might change to another dir (since
CDPATH is looked at before a local path), and then NEOVIM_SOURCE_DIR
might end up being "/somewhere/else\n/somewhere/else" (since the "cd"
prints the dir already in that case).

Closes https://github.com/neovim/neovim/pull/5213.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Without this the "cd scripts/.." might change to another dir (since
CDPATH is looked at before a local path), and then NEOVIM_SOURCE_DIR
might end up being "/somewhere/else\n/somewhere/else" (since the "cd"
prints the dir already in that case).

Closes https://github.com/neovim/neovim/pull/5213.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge #4964 from ZyX-I/no-xdg-expand</title>
<updated>2016-08-05T00:59:51+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2016-08-05T00:59:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fe6ec757257dccee88f03deb767bc3a1d86c2351'/>
<id>fe6ec757257dccee88f03deb767bc3a1d86c2351</id>
<content type='text'>
option: Do not expand options, obtained from XDG vars</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
option: Do not expand options, obtained from XDG vars</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! genvimvim.lua: fix matching functions</title>
<updated>2016-07-13T22:42:55+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2016-07-13T22:42:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=329f922f144c7e37012bc89b619b87b1d0dd3a55'/>
<id>329f922f144c7e37012bc89b619b87b1d0dd3a55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>genvimvim.lua: fix matching functions</title>
<updated>2016-07-13T16:51:24+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2016-07-13T14:52:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e63c6ca8f2483fc4882585db0168f66860799959'/>
<id>e63c6ca8f2483fc4882585db0168f66860799959</id>
<content type='text'>
Fixes https://github.com/neovim/neovim/issues/5060.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/neovim/neovim/issues/5060.
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: ignore coloring and pagers (#5030)</title>
<updated>2016-07-10T19:21:45+00:00</updated>
<author>
<name>Simon Weil</name>
<email>swdevelop1981@gmail.com</email>
</author>
<published>2016-07-10T19:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=29060a592c4c8ca4482a44b957a7bc332aed78e2'/>
<id>29060a592c4c8ca4482a44b957a7bc332aed78e2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>option: Do not expand options, obtained from XDG vars</title>
<updated>2016-07-09T23:04:27+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2016-06-25T20:39:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=895f712df8afc053b59783189954e665ccd21dab'/>
<id>895f712df8afc053b59783189954e665ccd21dab</id>
<content type='text'>
It is a wrong thing to do, this makes valid variable values be treated 
incorrectly: in

    XDG_DATA_HOME='/home/$foo/.local/share'

`$foo` should be treated literally and not expanded to `foo` environment 
variable value.

Also makes option_expand not try to expand too long strings even if these too 
long strings are default values. Previously it thought that default values 
should always be expanded. Also does not try to expand NULL should it be the 
default value just in case.

Fixes #4961</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is a wrong thing to do, this makes valid variable values be treated 
incorrectly: in

    XDG_DATA_HOME='/home/$foo/.local/share'

`$foo` should be treated literally and not expanded to `foo` environment 
variable value.

Also makes option_expand not try to expand too long strings even if these too 
long strings are default values. Previously it thought that default values 
should always be expanded. Also does not try to expand NULL should it be the 
default value just in case.

Fixes #4961</pre>
</div>
</content>
</entry>
<entry>
<title>msgpack-gen: Fix for Lua 5.1. (#4857)</title>
<updated>2016-06-01T23:14:09+00:00</updated>
<author>
<name>Florian Walch</name>
<email>florian@fwalch.com</email>
</author>
<published>2016-06-01T23:14:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=634d59f6461953eae6befa72c909d68ac621a39b'/>
<id>634d59f6461953eae6befa72c909d68ac621a39b</id>
<content type='text'>
goto statement was only introduced in Lua 5.2.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
goto statement was only introduced in Lua 5.2.</pre>
</div>
</content>
</entry>
<entry>
<title>vimpatch.sh: bug fix in find_git_remote regex (#4863)</title>
<updated>2016-06-01T19:02:20+00:00</updated>
<author>
<name>Shota</name>
<email>shotat@users.noreply.github.com</email>
</author>
<published>2016-06-01T19:02:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=568da8ef3b6578e34732a697e621847980487352'/>
<id>568da8ef3b6578e34732a697e621847980487352</id>
<content type='text'>
vimpatch.sh: fix awk expr</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vimpatch.sh: fix awk expr</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch.sh: Only print the first neovim/neovim remote name</title>
<updated>2016-05-28T18:16:10+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2016-05-28T18:14:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=e50b4fd36d2ad3c8d086de7badad120f19123aa6'/>
<id>e50b4fd36d2ad3c8d086de7badad120f19123aa6</id>
<content type='text'>
If a user has multiple remotes set for neovim/neovim, then
find_get_remote was returning 'remote1\nremote2\n', which breaks
anything trying to use it.  Since we're just using this remote to fetch
from, any one will do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If a user has multiple remotes set for neovim/neovim, then
find_get_remote was returning 'remote1\nremote2\n', which breaks
anything trying to use it.  Since we're just using this remote to fetch
from, any one will do.
</pre>
</div>
</content>
</entry>
</feed>
