mirror of
https://github.com/neovim/neovim.git
synced 2026-03-01 06:38:26 +00:00
Instead of keeping `P_ALLOCED` and `P_DEF_ALLOCED` flags to check if an option value is allocated, always allocate option values to simplify the logic. Ref: #25672