Files
neovim/src/nvim/api
Famiu Haque 8516c2dc1f refactor(options): autogenerate valid values and flag enums for options (#31089)
Problem: Option metadata like list of valid values for an option and
option flags are not listed in the `options.lua` file and are instead
manually defined in C, which means option metadata is split between
several places.

Solution: Put metadata such as list of valid values for an option and
option flags in `options.lua`, and autogenerate the corresponding C
variables and enums.

Supersedes #28659

Co-authored-by: glepnir <glephunter@gmail.com>
2024-11-23 08:22:06 +00:00
..
2024-09-24 04:46:50 -07:00
2024-09-23 14:42:57 +02:00
2023-11-28 07:47:36 +08:00
2023-11-28 07:47:36 +08:00