mirror of
https://github.com/neovim/neovim.git
synced 2026-05-17 02:30:04 +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