summaryrefslogtreecommitdiffstatshomepage
path: root/src/gen/gen_vimdoc.lua
AgeCommit message (Expand)AuthorFiles
2026-04-16test: lint naming conventions #39117Justin M. Keyes1
2026-04-16feat(docs): render class dot members as module functionsYi Ming1
2026-03-29version bumpJustin M. Keyes1
2026-03-29NVIM v0.12.0v0.12.0Justin M. Keyes1
2026-03-24docs: api, plugins, ui2Justin M. Keyes1
2026-03-23fix(runtime)!: move "tohtml" to pack/dist/opt/ #34557Justin M. Keyes1
2026-03-11docs: api, messages, lsp, trustJustin M. Keyes1
2026-03-09fix: resolve all remaining LuaLS warnings in `src/`Riccardo Mazzarini1
2026-02-23feat(messages): drop hardcoded 'showmode' delay #38029Justin M. Keyes1
2026-02-05refactor: rename _extui => _core.ui2 #37692luukvbaal1
2025-12-30build: move shared.lua to _core/Justin M. Keyes1
2025-12-30build: ship "_core/*" as bytecode (built-into Nvim binary)Justin M. Keyes1
2025-12-18fix(lua): don't remove first char of non-file stacktrace source (#37008)zeertzjq1
2025-11-12docs(undotree): rename help tag #36497Yochem van Rosmalen1
2025-11-09refactor(spellfile): config() interface, docs #36481Yochem van Rosmalen1
2025-10-11feat(plugins): nvim.difftool can compare directories #35448Tomas Slusny1
2025-10-07feat(runtime): undotree #35627altermo1
2025-09-27feat(lsp): document method types (#35934)Maria Solano1
2025-09-13docs: move editorconfig.txt into plugins.txtJustin M. Keyes1
2025-09-10docs: plugins.txt #35680altermo1
2025-09-04docs: api eventsJustin M. Keyes1
2025-08-31feat(lsp): support `textDocument/onTypeFormatting` (#34637)Riley Bruins1
2025-08-28refactor(lua): consistent use of local aliasesChristian Clason1
2025-08-25feat(lsp): support `textDocument/inlineCompletion`Yi Ming1
2025-08-17feat(lua): `vim.pos`/`vim.range`Yi Ming1
2025-08-03docs: reorder sections #35140Justin M. Keyes1
2025-07-19feat(lsp): support linked editing ranges #34388Riley Bruins1
2025-07-18docs(pack): move `vim.pack` documentation into a separate fileEvgeni Chasnovski1
2025-07-13feat(net): vim.net.request(), :edit [url] #34140Tom Ampuero1
2025-07-12refactor(lua): rename vim.diff => vim.text.diff #34864Justin M. Keyes1
2025-07-10docs: move vim.system to own sectionLewis Russell1
2025-07-04feat(pack): add built-in plugin manager `vim.pack`Evgeni Chasnovski1
2025-06-26docs(api): document types using LuaCATS typesLewis Russell1
2025-06-17refactor(generator): use fmt() for string.format() more (#34528)zeertzjq1
2025-06-16docs: support overloads and asyncLewis Russell1
2025-05-02feat(ui): ext_cmdline/messages for the TUI #27855luukvbaal1
2025-04-24feat(lsp): support `textDocument/documentColor`Maria José Solano1
2025-04-21fix(gen_vimdoc): unnecessary assert for non-source filesLuuk van Baal1
2025-04-17feat(lsp): use stricter types for methodsLewis Russell1
2025-03-11feat(treesitter): allow disabling captures and patterns on TSQuery (#32790)Ian Chamberlain1
2025-02-26build: move all generator scripts to `src/gen/`Lewis Russell1