summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
AgeCommit message (Expand)AuthorFiles
2024-04-08build(release.sh): regenerate docs after changing NVIM_API_PRERELEASE (#28229)zeertzjq1
2024-03-28build(terminfo): include user capabilities in comments (#28066)zeertzjq1
2024-03-27fix(treesitter): return correct match table in iter_captures()Lewis Russell1
2024-03-26feat(tui): support undercurl in WezTerm (#28037)zeertzjq1
2024-03-16refactor(lua): type annotationsLewis Russell1
2024-03-10docs(editorconfig): move to sourceLewis Russell2
2024-03-09docs: support inline markdownLewis Russell2
2024-03-05docs(lua): improvements for LSP and DiagnosticLewis Russell2
2024-03-01docs: improve/add documentation of Lua typesLewis Russell5
2024-03-02fix(types): rename win_get_config return type to win_configWill Hopkins1
2024-02-28feat!: rewrite TOhtml in luaaltermo1
2024-02-28refactor(metadata): generate all metadata in luabfredl1
2024-02-28vim-patch:e84d2d4432cdChristian Clason1
2024-02-27feat(docs): replace lua2dox.luaLewis Russell9
2024-02-22docs(builtin): show tag at first line with multiple signatures (#27577)zeertzjq1
2024-02-21fix(lsp): add parentheses to generated union array types (#27560)Maria José Solano1
2024-02-16build(vim-patch.sh): don't add vim/vim to issue of another repo (#27493)zeertzjq1
2024-02-08refactor(api): use keydict and arena for more api return valuesbfredl1
2024-02-06fix(doc): prevent doxygen confusionLewis Russell1
2024-02-01build: various fixesdundargoc1
2024-01-31build: update builtin terminfo (#27272)zeertzjq1
2024-01-29fix(gen_help_html): type warnings, spell_ignore_files #27254Jongwook Choi1
2024-01-28docs: enforce "treesitter" spelling #27110Jongwook Choi1
2024-01-28build(docs): separate lint job to validate vimdoc #27227Jongwook Choi2
2024-01-26feat: improve return type annotations for vim.api.*Lewis Russell1
2024-01-22build: make genappimage.sh work with existing CMAKE_INSTALL_PREFIXdundargoc1
2024-01-22Merge pull request #27076 from glepnir/extmark_hlgroupbfredl1
2024-01-22refactor(api): give "hl_group" more accurate _meta typebfredl1
2024-01-20fix(lsp): clean up duplicate and unused meta type annotationsJongwook Choi1
2024-01-17fix(lua): return after assert returns assert message (#27064)altermo1
2024-01-16fix(diagnostic): typingLewis Russell1
2024-01-14docs(builtin): overload functions with union return typesaltermo1
2024-01-14fix(lua2dox): filter out the entire `---@alias` blockJongwook Choi1
2024-01-14docs: auto-generate docs for `vim.lpeg` and `vim.re`Jongwook Choi1
2024-01-11fix(doc): improve doc generation of types using lpegLewis Russell2
2024-01-09fix(docs): make lines not overflow in vim docsJongwook Choi1
2024-01-02fix(gen_vimdoc): INCLUDE_DEPRECATED not generating docs for deprecatedsJongwook Choi1
2024-01-02refactor(gen_vimdoc): refactor section and defgroup doc generationJongwook Choi1
2024-01-02refactor(gen_vimdoc): generate function doc from metadata, not from xmlJongwook Choi1
2024-01-02refactor(gen_vimdoc): use typing for function API vimdoc generationJongwook Choi1
2024-01-02refactor(gen_vimdoc): use stronger typing for CONFIG, avoid dictJongwook Choi1
2024-01-02docs(glob): add glob module (#26853)Mathias Fußenegger1
2023-12-28docs: convert BACKERS.md to backers.txtdundargoc1
2023-12-27fix(gen_lsp.lua): improve type name, and fix wrong type inheritanceJongwook Choi1
2023-12-27refactor(gen_lsp.lua): add typing for the LSP protocol JSON data modelJongwook Choi1
2023-12-21feat: generate types and docs for v variablesLewis Russell1
2023-12-14refactor(options): remove option type macrosFamiu Haque1
2023-12-13docs: move vim-patch wiki page to runtime documentationdundargoc1
2023-12-13docs: add wiki FAQ to the runtime documentation (#26539)dundargoc1
2023-12-11feat(gen_lsp.lua): validate CLI args #26514Jongwook Choi1