summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/gen_vimdoc.py
AgeCommit message (Expand)AuthorFiles
2021-11-18fix(docgen): add tagfunc.luaMichael Lingelbach1
2021-11-11fix(docs): add sync.lua to gen_vimdoc (#16285)Michael Lingelbach1
2021-10-29refactor(api): break out Vim script functions to its own fileBjörn Linse1
2021-10-27ci: add newly added api file extmark.c to gen-vimdoc (#16158)dundargoc1
2021-10-19fix(gen_vimdoc.py): spacing around inline elements #16092Gregory Anders1
2021-10-05fix(docs): add win_config.cJustin M. Keyes1
2021-09-27feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger1
2021-09-16Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes1
2021-09-16fix(docs): ignore _*.lua files from auto doc generation #15678Gregory Anders1
2021-09-15refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders1
2021-09-09docs(gen_vimdoc.py): ignore health.lua files #15614Gregory Anders1
2021-07-10chore: add log hander to gen_vimdocMatthieu Coudron1
2021-06-14feat(lsp): Add codelens supportMathias Fussenegger1
2021-05-01docs: Treesitter (#13260)TJ DeVries1
2021-03-04fix: section_name must be a dict {filename:name}Matthieu Coudron1
2020-12-16docs: add check_textlock attributenotomo1
2020-11-12lsp: vim.lsp.diagnostic (#12655)TJ DeVries1
2020-09-14doc: Add docs for uri functions (#12887)TJ DeVries1
2020-08-31docs, remove 'guifontset' #11708Justin M. Keyes1
2020-08-23gen_vimdoc: Allow to keep intermediary outputPatrice Peterson1
2020-08-23Add docs for most vim.lsp methodsPatrice Peterson1
2020-07-24script: simplify python version check (#12672)jnozsc1
2020-07-02doc: fix scripts and regenerate (#12506)TJ DeVries1
2020-01-12doc [ci skip] #11656Justin M. Keyes1
2019-12-31gen_vimdoc.py: rename `mode` to `target`Justin M. Keyes1
2019-12-31gen_vimdoc.py: generate LSP docsJustin M. Keyes1
2019-12-30gen_vimdoc.py: sort by nameJustin M. Keyes1
2019-12-30gen_vimdoc.py: better handling of inline (non-block) nodesJustin M. Keyes1
2019-12-30gen_vimdoc.py: fix deprecated checkJustin M. Keyes1
2019-12-23gen_vimdoc.py: lint #11593Daniel Hahler1
2019-12-22Merge #11396 'gen_vimdoc.py: mpack result' [ci skip]Justin M. Keyes1
2019-12-21gen_vimdoc.py: rename for clarityJustin M. Keyes1
2019-12-21gen_vimdoc.py: mpack: collect functions in 1 dictJustin M. Keyes1
2019-12-21gen_vimdoc.py: fix "seealso", "xrefs"Justin M. Keyes1
2019-12-21gen_vimdoc.py: mpack: exclude deprecated functionsJustin M. Keyes1
2019-12-21gen_vimdoc.py: fix mpack generatorJustin M. Keyes1
2019-12-21gen_vimdoc.py: DRYJustin M. Keyes1
2019-11-17doc: Lua [ci skip] #11378Justin M. Keyes1
2019-11-15[scripts/gen_vimdoc.py] Generate better-formatted mpacksmolck1
2019-10-26lintJustin M. Keyes1
2019-10-26gen_vimdoc.py: dump API docs to msgpack #11296smolck1
2019-09-09doc: |api-fast| [ci skip]Justin M. Keyes1
2019-07-29py: flake8 fixesDaniel Hahler1
2019-07-29scripts: autopep8Daniel Hahler1
2019-05-25doc #10017Justin M. Keyes1
2019-05-19gen_vimdoc.py: support lua/shared.lua module [ci skip]Justin M. Keyes1
2019-05-18gen_vimdoc.py: get Lua docs via lua2dox.lua #9740KillTheMule1
2019-05-01gen_vimdoc.py: support <pre> preformatted text [ci skip]Justin M. Keyes1
2019-04-22gen_vimdoc.py: skip "Parameters" header if all excludedJustin M. Keyes1
2019-03-26gen_vimdoc.py: render nested lists, etc [ci skip]Justin M. Keyes1