mirror of
https://github.com/neovim/neovim.git
synced 2026-08-05 23:28:49 +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