| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix(genvimvim): generate prefixed boolean options properly (#27487) | zeertzjq | 2024-02-16 |
| | | |||
| * | build: enable lintlua for src/ dir #26395 | Justin M. Keyes | 2023-12-04 |
| | | | | | | | | | | | | Problem: Not all Lua code is checked by stylua. Automating code-style is an important mechanism for reducing time spent on accidental (non-essential) complexity. Solution: - Enable lintlua for `src/` directory. followup to 517f0cc634b985057da5b95cf4ad659ee456a77e | ||
| * | fix(gen_vimvim): correctly add aliases to vimAutoEvent (#23429) | Eisuke Kawashima | 2023-05-02 |
| | | | | close #23424 | ||
| * | refactor(build): move the last generator from scripts/ to src/nvim/generators | bfredl | 2023-04-21 |
| This one generates a runtime/ file instead of a source file. But otherwise it works the same like all other generators. It has the same prerequisites (shared and mpack modules, etc), and, importantly, it uses results from the source generators. The odd location makes it easy to overlook when refactoring generators (like I did last time, lol) | |||