Files
neovim/test/functional
Björn Linse fb19aeeb33 API: make nvim_win_set_option() set window-global, not buffer-local #9110
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.
2019-09-01 19:38:50 -07:00
..
2019-08-16 13:37:44 +09:00
2019-08-07 14:20:23 +02:00
2019-09-02 02:27:13 +02:00
2019-05-05 14:05:25 +02:00
2019-09-01 09:03:46 -07:00
2016-06-10 21:50:49 +03:00