<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts/genoptions.lua, branch colorcolchar</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>generators: separate source generators from scripts</title>
<updated>2017-05-10T14:14:12+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2017-04-30T11:08:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c778311505fe89e3f32ff3027f0a41f0a2b2fd95'/>
<id>c778311505fe89e3f32ff3027f0a41f0a2b2fd95</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.0.0121</title>
<updated>2017-01-13T22:40:59+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2017-01-12T21:20:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=a0b33b333ee46b87d62ab1a8d8d515e83fbbe635'/>
<id>a0b33b333ee46b87d62ab1a8d8d515e83fbbe635</id>
<content type='text'>
Problem:    Setting 'cursorline' changes the curswant column. (Daniel Hahler)
Solution:   Add the P_RWINONLY flag. (closes vim/vim#1297)

https://github.com/vim/vim/commit/a2477fd3490c1166522631eee53c57d34321086a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    Setting 'cursorline' changes the curswant column. (Daniel Hahler)
Solution:   Add the P_RWINONLY flag. (closes vim/vim#1297)

https://github.com/vim/vim/commit/a2477fd3490c1166522631eee53c57d34321086a
</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>vim-patch:7.4.749</title>
<updated>2016-02-09T05:44:53+00:00</updated>
<author>
<name>watiko</name>
<email>service@mail.watiko.net</email>
</author>
<published>2016-02-09T02:51:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c90c47072fbc282c3c6a69d945e9ad7079862a0a'/>
<id>c90c47072fbc282c3c6a69d945e9ad7079862a0a</id>
<content type='text'>
Problem:    For some options two consecutive commas are OK. (Nikolay Pavlov)
Solution:   Add the P_ONECOMMA flag.

https://github.com/vim/vim/commit/0e7c4b99c608d22fd1b8526e700420b248319b1f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    For some options two consecutive commas are OK. (Nikolay Pavlov)
Solution:   Add the P_ONECOMMA flag.

https://github.com/vim/vim/commit/0e7c4b99c608d22fd1b8526e700420b248319b1f
</pre>
</div>
</content>
</entry>
<entry>
<title>options: Move option definitions to options.lua</title>
<updated>2015-07-26T09:58:00+00:00</updated>
<author>
<name>ZyX</name>
<email>kp-pav@yandex.ru</email>
</author>
<published>2015-03-28T20:50:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7f6c14ed54a46e822b80134d39a89f97523a2706'/>
<id>7f6c14ed54a46e822b80134d39a89f97523a2706</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
