| Age | Commit message (Collapse) | Author | Files | |
|---|---|---|---|---|
| 2026-03-09 | fix: resolve all remaining LuaLS warnings in `src/` | Riccardo Mazzarini | 1 | |
| 2025-07-12 | docs(autocmd): generate events enum type #34883 | luukvbaal | 1 | |
| 2025-06-26 | docs(api): document types using LuaCATS types | Lewis Russell | 1 | |
| - Render Lua types in api.txt. - Added `DictAs(name)` API type which acts the same as `Dict` (no parens) when generating the dispatchers, but acts the same as `Dict(name)` when generating docs. - Added `Tuple(...)` API type which is the treated the as `Array` for generating the dispatchers, but is used to document richer types. - Added `Enum(...)` API type to better document enums - Improve typing of some API functions. - Improve c_grammar to properly parse API types and replace string pattern logic in the parsers. - Removed all the hardcoded type overrides in gen_eval_files.lua | ||||
| 2025-03-09 | docs(api): show "since" in API docs #32806 | Justin M. Keyes | 1 | |
| 2025-02-26 | build: move all generator scripts to `src/gen/` | Lewis Russell | 1 | |
| - Move all generator Lua scripts to the `src/gen/` - Add a `.luarc.json` to `src/gen/` - Add a `preload.lua` to `src/gen/` - Add `src` to `package.path` so it aligns with `.luarc.json' - Fix all `require` statements in `src/gen/` so they are consistent: - `require('scripts.foo')` -> `require('gen.foo')` - `require('src.nvim.options')` -> `require('nvim.options')` - `require('api.dispatch_deprecated')` -> `require('nvim.api.dispatch_deprecated')` | ||||
