<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/test/functional/options, branch v0.5.1</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>logs: make kXDGCacheHome if it doesn't exist (#13758)</title>
<updated>2021-01-16T20:14:59+00:00</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-16T20:14:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=abbfaf286f26989b18377d4238f3cea9dc281149'/>
<id>abbfaf286f26989b18377d4238f3cea9dc281149</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>logging: move to XDG_CACHE_HOME (#13739)</title>
<updated>2021-01-13T22:20:21+00:00</updated>
<author>
<name>Michael Lingelbach</name>
<email>m.j.lbach@gmail.com</email>
</author>
<published>2021-01-13T22:20:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ea8756f85ddd0aeed2e7eccd0ea86ade4fb7eca8'/>
<id>ea8756f85ddd0aeed2e7eccd0ea86ade4fb7eca8</id>
<content type='text'>
while there is some controversy, stdpath('cache') looks like  a better fit for logs than stdpath('data'): you can remove logs without preventing nvim to work which fits the XDG_CACHE_HOME definition of `user specific non-essential data files`.

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
while there is some controversy, stdpath('cache') looks like  a better fit for logs than stdpath('data'): you can remove logs without preventing nvim to work which fits the XDG_CACHE_HOME definition of `user specific non-essential data files`.

</pre>
</div>
</content>
</entry>
<entry>
<title>win/env: fix stdpath()/XDG_* initialization, parsing #12829</title>
<updated>2020-09-08T05:40:12+00:00</updated>
<author>
<name>erw7</name>
<email>erw7.github@gmail.com</email>
</author>
<published>2020-09-08T05:40:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=aa4557920696c45335f42f03e7b23b7038b5864e'/>
<id>aa4557920696c45335f42f03e7b23b7038b5864e</id>
<content type='text'>
- Windows environment variables are semicolon-separated, but some logic
  was assuming colon (:). This broke initialization and parsing of
  XDG_CONFIG_DIRS, XDG_DATA_DIRS, 'runtimepath', stdpath(), etc.
- test/defaults_spec: enable tests on Windows

ref #12793</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Windows environment variables are semicolon-separated, but some logic
  was assuming colon (:). This broke initialization and parsing of
  XDG_CONFIG_DIRS, XDG_DATA_DIRS, 'runtimepath', stdpath(), etc.
- test/defaults_spec: enable tests on Windows

ref #12793</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.2.0966: 'shortmess' flag "n" not used in two places</title>
<updated>2020-06-18T22:01:43+00:00</updated>
<author>
<name>Jan Edmund Lazo</name>
<email>jan.lazo@mail.utoronto.ca</email>
</author>
<published>2020-06-13T00:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=3c9ec83395b4419e7030d35b5a92b6d008ca25ea'/>
<id>3c9ec83395b4419e7030d35b5a92b6d008ca25ea</id>
<content type='text'>
Problem:    'shortmess' flag "n" not used in two places.
Solution:   Make use of the "n" flag consistent. (Nick Jensen, closes vim/vim#6245,
            closes vim/vim#6244)
https://github.com/vim/vim/commit/722e505d1a55dfde5ab62241d10da91d2e10c3c1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:    'shortmess' flag "n" not used in two places.
Solution:   Make use of the "n" flag consistent. (Nick Jensen, closes vim/vim#6245,
            closes vim/vim#6244)
https://github.com/vim/vim/commit/722e505d1a55dfde5ab62241d10da91d2e10c3c1
</pre>
</div>
</content>
</entry>
<entry>
<title>vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local (#11854)</title>
<updated>2020-03-17T19:05:34+00:00</updated>
<author>
<name>Will Eccles</name>
<email>will@eccles.dev</email>
</author>
<published>2020-03-17T19:05:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=87d892afa0475644e91d9c8a57b7c35491c4dc32'/>
<id>87d892afa0475644e91d9c8a57b7c35491c4dc32</id>
<content type='text'>
Problem: cannot have a local value for 'scrolloff' and 'sidescrolloff'

Author: Bram Moolenar

https://github.com/vim/vim/commit/375e3390078e740d3c83b0c118c50d9a920036c7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem: cannot have a local value for 'scrolloff' and 'sidescrolloff'

Author: Bram Moolenar

https://github.com/vim/vim/commit/375e3390078e740d3c83b0c118c50d9a920036c7
</pre>
</div>
</content>
</entry>
<entry>
<title>foldcolumn: allow auto:X</title>
<updated>2020-02-29T19:27:22+00:00</updated>
<author>
<name>Matthieu Coudron</name>
<email>mattator@gmail.com</email>
</author>
<published>2020-01-14T18:50:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=1a2be57da3f7e33af4e4eb3e0d36569feea71253'/>
<id>1a2be57da3f7e33af4e4eb3e0d36569feea71253</id>
<content type='text'>
Similar to signcolumn, allow foldcolumn to adapt itself to the number of
folds.

Regression:
vim supports a maximum fdc of 12, this limits it to 9.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Similar to signcolumn, allow foldcolumn to adapt itself to the number of
folds.

Regression:
vim supports a maximum fdc of 12, this limits it to 9.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: bail out on libdir just like $VIMRUNTIME, it cannot be calculated</title>
<updated>2020-02-07T08:32:25+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2020-02-06T12:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ef2e6522c53d562928060a4872020fb8f32c8ff8'/>
<id>ef2e6522c53d562928060a4872020fb8f32c8ff8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>env: try find library dir (like /usr[/local]/lib/nvim) and add it to &amp;rtp</title>
<updated>2020-02-07T08:22:55+00:00</updated>
<author>
<name>Björn Linse</name>
<email>bjorn.linse@gmail.com</email>
</author>
<published>2020-02-02T22:29:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c5b812c9eab5397f4c898fe4b0a7a1f186fae82c'/>
<id>c5b812c9eab5397f4c898fe4b0a7a1f186fae82c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>API: deprecate nvim_command_output</title>
<updated>2019-12-03T04:52:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-12-02T06:43:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=c34130d13a842ae0c0c1724d05800a954547d327'/>
<id>c34130d13a842ae0c0c1724d05800a954547d327</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>log_init: call log_path_init (#11501)</title>
<updated>2019-12-02T21:21:15+00:00</updated>
<author>
<name>Daniel Hahler</name>
<email>git@thequod.de</email>
</author>
<published>2019-12-02T21:21:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=22b52dd462e5dc9d5429305215bfb20aa20517c5'/>
<id>22b52dd462e5dc9d5429305215bfb20aa20517c5</id>
<content type='text'>
This has to be done after `init_homedir` for XDG default and `set_init_1` for
lookup from env, which could be done earlier likely (to help with
https://github.com/neovim/neovim/issues/10937), but this keeps it in
sync with Vim.

Fixes https://github.com/neovim/neovim/issues/11499.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This has to be done after `init_homedir` for XDG default and `set_init_1` for
lookup from env, which could be done earlier likely (to help with
https://github.com/neovim/neovim/issues/10937), but this keeps it in
sync with Vim.

Fixes https://github.com/neovim/neovim/issues/11499.</pre>
</div>
</content>
</entry>
</feed>
