aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_vimdoc.py
Commit message (Expand)AuthorAge
* feat(lua): add vim.iter (#23029)Gregory Anders2023-04-17
* feat(lua): add `vim.loader`Folke Lemaitre2023-03-26
* feat(treesitter)!: deprecate top level indexes to modules (#22761)Lewis Russell2023-03-24
* docs(html): render @see items as a list #22675Justin M. Keyes2023-03-15
* refactor(vim.version): cleanupJustin M. Keyes2023-03-06
* feat(lua): add semver apiKelly Lin2023-03-06
* docs: module-level docstrings (@defgroup) #22498Justin M. Keyes2023-03-05
* docs: lua2dox.lua debuggingJustin M. Keyes2023-03-03
* docs: fix vim.treesitter tagsJustin M. Keyes2023-03-03
* ci(fix): repair regen-api-docs (#22403)Mathias Fußenegger2023-02-25
* docs: use build/bin/nvim instead of nvim in gen_vimdoc (#22398)Mathias Fußenegger2023-02-25
* feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
* feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect`Folke Lemaitre2022-12-17
* feat(lsp): initial support for semantic token highlightingJohn Drouhard2022-12-08
* docs(treesitter): use full function names in tags (#21321)Gregory Anders2022-12-07
* docs(gen): support language annotation in docstringsChristian Clason2022-12-02
* feat: add vim.secure.read()Gregory Anders2022-11-17
* feat(lua-api): avoid unnecessary allocations (#19877)Lewis Russell2022-11-14
* docs: fix/remove invalid URLs #20647Justin M. Keyes2022-10-14
* docs: various #12823Justin M. Keyes2022-10-09
* feat(docs): format parameters as a list #20485Justin M. Keyes2022-10-05
* fix(gen_vimdoc.py): handle missing luajitJustin M. Keyes2022-09-25
* docs(treesitter): clean up and update treesitter.txt (#20142)Christian Clason2022-09-14
* perf(api): allow to use an arena for return valuesbfredl2022-08-23
* 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