Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | doc: |api-fast| [ci skip] | Justin M. Keyes | 2019-09-09 |
| | |||
* | py: flake8 fixes | Daniel Hahler | 2019-07-29 |
| | |||
* | scripts: autopep8 | Daniel Hahler | 2019-07-29 |
| | |||
* | doc #10017 | Justin M. Keyes | 2019-05-25 |
| | | | | | - gen_vimdoc.py: fancy "bullet" - rework `:help channel-callback` - rename `:help buffered` to `:help channel-buffered` | ||
* | gen_vimdoc.py: support lua/shared.lua module [ci skip] | Justin M. Keyes | 2019-05-19 |
| | |||
* | gen_vimdoc.py: get Lua docs via lua2dox.lua #9740 | KillTheMule | 2019-05-18 |
| | |||
* | gen_vimdoc.py: support <pre> preformatted text [ci skip] | Justin M. Keyes | 2019-05-01 |
| | |||
* | gen_vimdoc.py: skip "Parameters" header if all excluded | Justin M. Keyes | 2019-04-22 |
| | |||
* | gen_vimdoc.py: render nested lists, etc [ci skip] | Justin M. Keyes | 2019-03-26 |
- 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. |