mirror of
https://github.com/neovim/neovim.git
synced 2026-01-29 00:27:15 +10:00
Problem: Vim9: bool option type is number.
Solution: Have get_option_value() return a different value for bool and
number options. (closes vim/vim#7583)
dd1f426bd6