mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 03:48:18 +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.