Files
neovim/test/functional/eval
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
..
2017-02-23 19:48:41 +03:00
2019-04-02 01:28:11 +02:00
2017-12-11 10:34:58 +03:00
2018-04-22 20:32:25 +03:00
2019-09-01 21:17:14 +02:00