aboutsummaryrefslogtreecommitdiff
path: root/scripts/gen_vimdoc.py
Commit message (Expand)AuthorAge
* docs: support @since for api level #25574LW2023-11-27
* feat: add vim.text module (#26069)Gregory Anders2023-11-16
* docs: fix vim.snippet help tags (#26068)Gregory Anders2023-11-16
* feat(lsp)!: vim.lsp.inlay_hint.get(), enable(), is_enabled() #25512LW2023-11-12
* feat(stdlib): add vim.base64 module (#25843)Gregory Anders2023-10-31
* feat(lsp): add snippet API (#25301)Maria José Solano2023-10-21
* docs: replace <pre> with ``` (#25136)Gregory Anders2023-09-14
* feat(vimdoc): support Markdown code blocks (#25127)Gregory Anders2023-09-13
* docs(generators): bake into cmakeLewis Russell2023-08-23
* feat(lua-types): types for vim.api.* (#24523)Lewis Russell2023-08-01
* feat(docs): generate builtin.txt (#24493)Lewis Russell2023-07-28
* docs(lua): more improvements (#24387)Lewis Russell2023-07-18
* refactor(gen_vimdoc): put defgroup handling in a functionLewis Russell2023-07-17
* docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell2023-07-17
* docs(lua): move function docs to lua filesLewis Russell2023-07-17
* docs(lua): do not render self argsLewis Russell2023-07-17
* docs: gather @notes items into one sectionJustin M. Keyes2023-07-08
* docs: "Return (multiple)" headingJustin M. Keyes2023-07-08
* fix(api): use text_locked() to check textlockSean Dewar2023-07-05
* docs: autocmds, miscJustin M. Keyes2023-06-25
* feat(lsp): inlay hints #23984Chinmay Dalal2023-06-19
* feat(lsp): add handlers for inlay hints (#23736)Chinmay Dalal2023-06-11
* refactor!: rename "playground" => "dev" #23919Justin M. Keyes2023-06-06
* docs(lsp): remove vim.lsp.sync (#23416)Mathias Fußenegger2023-05-01
* refactor(iter): move helper functions under vim.iterGregory Anders2023-04-25
* 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