mirror of
https://github.com/neovim/neovim.git
synced 2026-05-16 18:24:40 +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