mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
NB: the `!(flags & SOPT_GLOBAL)` exception is for 'statusline'. Because `:set statusline=...` sets the global value for _all_ windows, `:setlocal` is the best we can do there. This is a one-of-a-kind option that doesn't work like any other option.