Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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) |