aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_vimdoc.py
Commit message (Expand)AuthorAge
* docs: change gen_vimdoc indentation to 4 spacesii142022-08-11
* Merge pull request #19409 from bfredl/uiunpackbfredl2022-07-19
|\
| * fix(rpc): break nvim_error_event feedback loop between two nvim instancesbfredl2022-07-19
* | fix(docs): remove internal function from docs (nvim__*)Maverun2022-07-19
|/
* build(gen_vimdoc): remove needless list creation and unused variable (#19079)Axis2022-06-25
* refactor(api): update vimdocbfredl2022-06-12
* feat(fs): add vim.fs.parents()Gregory Anders2022-05-31
* build(gen_vimdoc): eliminate non-constant global variables (#17781)dundargoc2022-05-15
* build(gen_vimdoc): print user's doxygen version if it's too oldDundar Goc2022-05-02
* ci(gen_vimdoc): handle edge case when checking doxygen versionDundar Goc2022-05-02
* build(gen_vimdoc): abort if doxygen version is too oldDundar Goc2022-05-01
* docs(api): more API attributes #18336ii142022-04-30
* docs: remove extra whitespacesDaiki Mizukami2022-03-14
* chore(gen_vimdoc): fall back to `brief_desc_node` when `desc_node` is emptyDaiki Mizukami2022-03-14
* refactor(gen_vimdoc): simplify `files` in `CONFIG`Daiki Mizukami2022-03-14
* chore(gen_vimdoc): call `delete_lines_below` only if the file existsDaiki Mizukami2022-03-14
* refactor(gen_vimdoc): detect `section_start_token` automaticallyDaiki Mizukami2022-03-14
* docs(lua): reference runtime/lua/vim/_editor.luazeertzjq2022-03-06
* feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
* chore(gen_vimdoc): correct minimum python versionDundar Göc2022-02-05
* chore(gen_vimdoc): remove duplicate extmark.c entryDundar Göc2022-02-03
* feat(lua): add vim.keymapshadmansaleh2022-01-04
* feat: filetype.lua (#16600)Gregory Anders2022-01-04
* fix(docgen): add tagfunc.luaMichael Lingelbach2021-11-18
* fix(docs): add sync.lua to gen_vimdoc (#16285)Michael Lingelbach2021-11-11
* refactor(api): break out Vim script functions to its own fileBjörn Linse2021-10-29
* ci: add newly added api file extmark.c to gen-vimdoc (#16158)dundargoc2021-10-27
* fix(gen_vimdoc.py): spacing around inline elements #16092Gregory Anders2021-10-19
* fix(docs): add win_config.cJustin M. Keyes2021-10-05
* feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger2021-09-27
* Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes2021-09-16
|\
| * refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* | fix(docs): ignore _*.lua files from auto doc generation #15678Gregory Anders2021-09-16
|/
* docs(gen_vimdoc.py): ignore health.lua files #15614Gregory Anders2021-09-09
* chore: add log hander to gen_vimdocMatthieu Coudron2021-07-10
* feat(lsp): Add codelens supportMathias Fussenegger2021-06-14
* docs: Treesitter (#13260)TJ DeVries2021-05-01
* fix: section_name must be a dict {filename:name}Matthieu Coudron2021-03-04
* docs: add check_textlock attributenotomo2020-12-16
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* doc: Add docs for uri functions (#12887)TJ DeVries2020-09-14
* docs, remove 'guifontset' #11708Justin M. Keyes2020-08-31
* gen_vimdoc: Allow to keep intermediary outputPatrice Peterson2020-08-23
* Add docs for most vim.lsp methodsPatrice Peterson2020-08-23
* script: simplify python version check (#12672)jnozsc2020-07-24
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* doc [ci skip] #11656Justin M. Keyes2020-01-12
* gen_vimdoc.py: rename `mode` to `target`Justin M. Keyes2019-12-31
* gen_vimdoc.py: generate LSP docsJustin M. Keyes2019-12-31
* gen_vimdoc.py: sort by nameJustin M. Keyes2019-12-30