<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rneovim.git/scripts/gen_api_vimdoc.py, branch userregs_2</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>gen_vimdoc.py: render nested lists, etc [ci skip]</title>
<updated>2019-03-26T20:33:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-03-03T14:01:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=bec40660330764c59731fbb736af58ffc445bd8c'/>
<id>bec40660330764c59731fbb736af58ffc445bd8c</id>
<content type='text'>
- render_node() is now the main rendering function: it traverses a node
  and builds the Vim help text recursively.
- render_para() is weird and ugly, it is the entry-point for rendering
  the help text for one docstring'd function.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- render_node() is now the main rendering function: it traverses a node
  and builds the Vim help text recursively.
- render_para() is weird and ugly, it is the entry-point for rendering
  the help text for one docstring'd function.
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_api_vimdoc.py: Do not wrap on hyphens, long words</title>
<updated>2019-01-26T19:38:14+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2019-01-26T19:10:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=cd64f5abd46e24509b8650f7ecfa30d3f0152b0e'/>
<id>cd64f5abd46e24509b8650f7ecfa30d3f0152b0e</id>
<content type='text'>
- Any long symbol is intentional and should never be hardwrapped.
- Vim help tags are often hyphenated, and hardwrapping on hyphens breaks
  the Vim help syntax parser.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Any long symbol is intentional and should never be hardwrapped.
- Vim help tags are often hyphenated, and hardwrapping on hyphens breaks
  the Vim help syntax parser.
</pre>
</div>
</content>
</entry>
<entry>
<title>DOC: add support for intro sections in api docs</title>
<updated>2018-07-25T05:07:13+00:00</updated>
<author>
<name>Peter Hodge</name>
<email>peter.hodge84@gmail.com</email>
</author>
<published>2018-07-25T04:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7ab27eeb539aca74c551d79fe082156dbaf76000'/>
<id>7ab27eeb539aca74c551d79fe082156dbaf76000</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_api_vimdoc.py: add whitespace before "~"</title>
<updated>2018-07-18T11:38:06+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2018-07-02T18:41:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=061545068816ac346addf0fecdc2f554983251f4'/>
<id>061545068816ac346addf0fecdc2f554983251f4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_api_vimdoc: Make executable and change #! to python3</title>
<updated>2018-06-29T22:46:05+00:00</updated>
<author>
<name>James McCoy</name>
<email>jamessan@jamessan.com</email>
</author>
<published>2018-06-29T22:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=85d5bf81b94d2eaebb8bbbe9c676c6b665f14b9e'/>
<id>85d5bf81b94d2eaebb8bbbe9c676c6b665f14b9e</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>2017-12-26T02:58:28+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-12-16T20:33:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=fe60fa9faafd90cfe756c80119abae6f8906fc4b'/>
<id>fe60fa9faafd90cfe756c80119abae6f8906fc4b</id>
<content type='text'>
vim-patch:8.0.1206: no autocmd for entering or leaving the command line
(commit a4f6cec7a31ff8dbfa089b9e22227afbeb951e9b)

NA patches:
vim-patch:8.0.0320: warning for unused variable with small build
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
vim-patch:8.0.1206: no autocmd for entering or leaving the command line
(commit a4f6cec7a31ff8dbfa089b9e22227afbeb951e9b)

NA patches:
vim-patch:8.0.0320: warning for unused variable with small build
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_api_vimdoc.py: require "nvim_" prefix</title>
<updated>2017-12-10T16:13:22+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-12-10T00:30:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=9ada97a81027e03d4988cc61b366ff05e2e5b92f'/>
<id>9ada97a81027e03d4988cc61b366ff05e2e5b92f</id>
<content type='text'>
Avoids doxygen bugs (things that aren't functions) and other noise (e.g.
`remote_ui_disconnect()` was incorrectly included in api.txt).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Avoids doxygen bugs (things that aren't functions) and other noise (e.g.
`remote_ui_disconnect()` was incorrectly included in api.txt).
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: API (generated)</title>
<updated>2017-11-06T03:51:34+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-06T01:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=280943d9b938e95fcf77ef5290576630b84511fb'/>
<id>280943d9b938e95fcf77ef5290576630b84511fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_api_vimdoc.py: workaround: attributes of (void) functions</title>
<updated>2017-11-06T03:27:31+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-06T03:15:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7e59b897c150e4d43af223aa47da115ee8beb653'/>
<id>7e59b897c150e4d43af223aa47da115ee8beb653</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gen_api_vimdoc.py: support Doxygen @note</title>
<updated>2017-11-06T03:16:07+00:00</updated>
<author>
<name>Justin M. Keyes</name>
<email>justinkz@gmail.com</email>
</author>
<published>2017-11-06T02:59:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.josher.dev/cgit/rneovim.git/commit/?id=7984959ef521bd06332d67a27b6b2ea07ffea43f'/>
<id>7984959ef521bd06332d67a27b6b2ea07ffea43f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
