mirror of
https://github.com/neovim/neovim.git
synced 2026-05-06 08:26:45 -04:00
65b40e69ac
Problem:
- Not obvious which _meta/ are generated and which should be edited
manually.
- The require guard (`error('Cannot require a meta file')`) is not
consistently present in all meta files.
Solution:
- Update headers.
- Add require() guard to all meta files.
- Rename generated meta files with `.gen.lua`.