mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 11:26:37 +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