mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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