<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/man, branch usermarks</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>build: move man/ to src/man/ #19119</title>
<updated>2022-06-27T08:02:02+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2022-06-27T08:02:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=eab8b998e9a964cbb72abb8dedb718326a8093e1'/>
<id>eab8b998e9a964cbb72abb8dedb718326a8093e1</id>
<content type='text'>
Problem:
man/ contains source files for manpage generation, it doesn't need to
live at the project root.

Solution:
Move it to src/man/.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:
man/ contains source files for manpage generation, it doesn't need to
live at the project root.

Solution:
Move it to src/man/.</pre>
</div>
</content>
</entry>
<entry>
<title>feat(defaults): session data in $XDG_STATE_HOME #15583</title>
<updated>2022-05-12T14:13:45+00:00</updated>
<author>
<name>Ivan</name>
<email>etircopyhdot@gmail.com</email>
</author>
<published>2021-09-06T17:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=78a1e6bc0060eec1afa7de099c4cee35ca35527f'/>
<id>78a1e6bc0060eec1afa7de099c4cee35ca35527f</id>
<content type='text'>
See: https://gitlab.freedesktop.org/xdg/xdg-specs/-/commit/4f2884e16db35f2962d9b64312917c81be5cb54b

- Move session persistent data to $XDG_STATE_HOME Change 'directory',
  'backupdir', 'undodir', 'viewdir' and 'shadafile' default location to
  $XDG_STATE_HOME/nvim.
- Move logs to $XDG_STATE_HOME, too.
- Add stdpath('log') support.

Fixes: #14805
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See: https://gitlab.freedesktop.org/xdg/xdg-specs/-/commit/4f2884e16db35f2962d9b64312917c81be5cb54b

- Move session persistent data to $XDG_STATE_HOME Change 'directory',
  'backupdir', 'undodir', 'viewdir' and 'shadafile' default location to
  $XDG_STATE_HOME/nvim.
- Move logs to $XDG_STATE_HOME, too.
- Add stdpath('log') support.

Fixes: #14805
</pre>
</div>
</content>
</entry>
<entry>
<title>docs(man): omit misleading mention of environment for -u NORC (#16379)</title>
<updated>2021-11-22T11:00:04+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2021-11-22T11:00:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cfa5d0680107cad253085d8f62f951c25970a508'/>
<id>cfa5d0680107cad253085d8f62f951c25970a508</id>
<content type='text'>
The phrase referred specifically to `$VIMINIT` and `$EXRC`, which
are parsed (and available with, e.g., `echo $VIMINIT` if set) but
of course not loaded since _any_ initialization is skipped. Hence
this is redundant and can be misleading.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The phrase referred specifically to `$VIMINIT` and `$EXRC`, which
are parsed (and available with, e.g., `echo $VIMINIT` if set) but
of course not loaded since _any_ initialization is skipped. Hence
this is redundant and can be misleading.</pre>
</div>
</content>
</entry>
<entry>
<title>docs(manpage): update description of --clean</title>
<updated>2021-10-25T23:03:14+00:00</updated>
<author>
<name>zeertzjq</name>
<email>zeertzjq@outlook.com</email>
</author>
<published>2021-10-25T23:03:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=72309d13b4067316de4e169968f3ca68fb1f4d59'/>
<id>72309d13b4067316de4e169968f3ca68fb1f4d59</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:partial 2346a6378483 (#15599)</title>
<updated>2021-09-09T16:59:11+00:00</updated>
<author>
<name>Christian Clason</name>
<email>christian.clason@uni-due.de</email>
</author>
<published>2021-09-09T16:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=2fe95cb1adfa00e67ac8bd51197f003312b99132'/>
<id>2fe95cb1adfa00e67ac8bd51197f003312b99132</id>
<content type='text'>
Update runtime files
https://github.com/vim/vim/commit/2346a6378483c9871016f9fc821ec5cbea638f13

omit doc/vim.man
omit doc/vim9.txt
omit doc/vimdiff.txt
omit doc/vimdiff.man

skip doc/eval.txt (missing patch 8.2.2324)
skip doc/help.txt (missing patch 8.2.2344)</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update runtime files
https://github.com/vim/vim/commit/2346a6378483c9871016f9fc821ec5cbea638f13

omit doc/vim.man
omit doc/vim9.txt
omit doc/vimdiff.txt
omit doc/vimdiff.man

skip doc/eval.txt (missing patch 8.2.2324)
skip doc/help.txt (missing patch 8.2.2344)</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>Remove restricted mode (-Z) from man page.</title>
<updated>2020-11-21T13:41:59+00:00</updated>
<author>
<name>shade-of-noon</name>
<email>73705427+shade-of-noon@users.noreply.github.com</email>
</author>
<published>2020-11-21T13:41:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fec2fb7e49e0fb19ab63203106cd54a79714d7c9'/>
<id>fec2fb7e49e0fb19ab63203106cd54a79714d7c9</id>
<content type='text'>
As per #11996, restricted mode (-Z) has been removed. Nonetheless in #11996 the man page was not updated. Hence this PR.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As per #11996, restricted mode (-Z) has been removed. Nonetheless in #11996 the man page was not updated. Hence this PR.</pre>
</div>
</content>
</entry>
<entry>
<title>doc/manpage: Remove the extra nvim subdirectory</title>
<updated>2020-02-10T12:10:06+00:00</updated>
<author>
<name>rht</name>
<email>rhtbot@protonmail.com</email>
</author>
<published>2020-02-10T12:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=29d66288ef92625c38044812ea6edf5129804dff'/>
<id>29d66288ef92625c38044812ea6edf5129804dff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc/manpage: reference $VIM instead of /usr/local/share #11840 [ci skip]</title>
<updated>2020-02-10T00:43:06+00:00</updated>
<author>
<name>rht</name>
<email>rhtbot@protonmail.com</email>
</author>
<published>2020-02-10T00:43:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=d34f042ed539565be3915745162eff13a8a0043a'/>
<id>d34f042ed539565be3915745162eff13a8a0043a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>doc</title>
<updated>2019-09-09T16:53:19+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-08-25T23:00:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=81c3fa6c9df0c06a4b32982a71fcbb95a44b88a2'/>
<id>81c3fa6c9df0c06a4b32982a71fcbb95a44b88a2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
