Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | gen_vimdoc.py: generate LSP docs | Justin M. Keyes | 2019-12-31 |
| | |||
* | doc: fix typos | Brian Wignall | 2019-11-27 |
| | | | | close #11459 | ||
* | scripts/lua2dox.lua: Remove class declaration block | Hirokazu Hata | 2019-10-27 |
| | | | | | | | Judging class definitions in the form "string.find (line, '=% s * class% (')" must force writing class definitions in this format, but such a mechanism is Absent. Also, Lua has no formal class in the language specification, and implements inheritance with setmetadable. To detect this, we should have a parser for it, not a simple regular expression. | ||
* | 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: get Lua docs via lua2dox.lua #9740 | KillTheMule | 2019-05-18 |