<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/src/man, branch aucmd_textputpost</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>docs: list NVIM_APPNAME as env on manpage (#25935)</title>
<updated>2023-11-08T23:04:44+00:00</updated>
<author>
<name>330-127</name>
<email>150255168+330-127@users.noreply.github.com</email>
</author>
<published>2023-11-08T23:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=ed464ba487cc4fbc0c7393bb360580b344673e3d'/>
<id>ed464ba487cc4fbc0c7393bb360580b344673e3d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs #22363</title>
<updated>2023-06-19T09:24:44+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2023-06-19T09:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cee981bf09c81ab4b2fe6facf45076ea4bac46a5'/>
<id>cee981bf09c81ab4b2fe6facf45076ea4bac46a5</id>
<content type='text'>
Co-authored by: zeertzjq &lt;zeertzjq@outlook.com&gt;
Co-authored by: Steven Todd McIntyre II &lt;114119064+stmii@users.noreply.github.com&gt;
Co-authored by: nobe4 &lt;nobe4@users.noreply.github.com&gt;

- docs: mention --luadev-mod to run with lua runtime files
  When changing a lua file in the ./runtime folder, a new contributor
  might expect changes to be applied to the built Neovim binary.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored by: zeertzjq &lt;zeertzjq@outlook.com&gt;
Co-authored by: Steven Todd McIntyre II &lt;114119064+stmii@users.noreply.github.com&gt;
Co-authored by: nobe4 &lt;nobe4@users.noreply.github.com&gt;

- docs: mention --luadev-mod to run with lua runtime files
  When changing a lua file in the ./runtime folder, a new contributor
  might expect changes to be applied to the built Neovim binary.</pre>
</div>
</content>
</entry>
<entry>
<title>feat(lua): send "--" literally to Lua "-l" script</title>
<updated>2023-01-05T16:10:02+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2023-01-01T02:14:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=45549f031ee52a01601c33acc411f3111cfc4e95'/>
<id>45549f031ee52a01601c33acc411f3111cfc4e95</id>
<content type='text'>
Problem:
When "-l" is followed by "--", we stop sending args to the Lua script
and treat "--" in the usual way. This was for flexibility but didn't
have a strong use-case, and has these problems:
- prevents Lua "-l" scripts from handling "--" in their own way.
- complicates the startup logic (must call nlua_init before command_line_scan)

Solution:
Don't treat "--" specially if it follows "-l".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem:
When "-l" is followed by "--", we stop sending args to the Lua script
and treat "--" in the usual way. This was for flexibility but didn't
have a strong use-case, and has these problems:
- prevents Lua "-l" scripts from handling "--" in their own way.
- complicates the startup logic (must call nlua_init before command_line_scan)

Solution:
Don't treat "--" specially if it follows "-l".
</pre>
</div>
</content>
</entry>
<entry>
<title>fix(help): add `--clean` to `-h` (#20171)</title>
<updated>2022-09-14T09:11:17+00:00</updated>
<author>
<name>Christian Clason</name>
<email>c.clason@uni-graz.at</email>
</author>
<published>2022-09-14T09:11:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bf6de51f55c1b812342c7d4e88c65a7cae7fe97f'/>
<id>bf6de51f55c1b812342c7d4e88c65a7cae7fe97f</id>
<content type='text'>
update man file to match</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
update man file to match</pre>
</div>
</content>
</entry>
<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>
</feed>
