mirror of
https://github.com/neovim/neovim.git
synced 2025-11-25 11:40:40 +00:00
These options were previously global. A global-local window option
behaves closer to a global option "per default" (i e with :set),
but still supports local behavior via :setl
Also this restores back-compat for nvim_set_option("fcs", ...)
which are currently broken on 0.4.x but worked in earlier versions