neovim/test/functional/api
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
..
buffer_spec.lua API: fix cursor position when lines are added #9961 2019-05-07 09:17:37 +02:00
buffer_updates_spec.lua api: allow nvim_buf_attach from lua using callbacks 2019-06-04 13:45:20 +02:00
command_spec.lua tests: <SNR> is represented as 'R' (ASCII) 2018-07-12 20:26:54 -04:00
highlight_spec.lua Merge #7917 'API: buffer updates' 2018-06-08 10:13:04 +02:00
keymap_spec.lua vim-patch:8.1.1759: no mode char for terminal mapping from maparg() 2019-07-28 08:00:52 +09:00
menu_spec.lua tests: improve robustness of immediate successes in screen tests 2018-10-15 20:13:11 +02:00
proc_spec.lua tests: support msg with global_helpers.ok (#10820) 2019-08-21 02:32:20 +02:00
rpc_fixture.lua CI/AppVeyor: per-compiler deps cache #9852 2019-04-07 03:54:22 +02:00
server_notifications_spec.lua API: nvim_unsubscribe(): Handle unknown events #8745 2018-08-28 10:20:19 +02:00
server_requests_spec.lua tests: support msg with global_helpers.ok (#10820) 2019-08-21 02:32:20 +02:00
tabpage_spec.lua API: Avoid overrun when formatting error-message 2018-09-05 08:04:15 +02:00
ui_spec.lua test/util: expect_err() (#8257) 2018-04-11 22:07:00 +02:00
version_spec.lua test/api: verify that UI options from stable metadata are preserved 2018-12-21 10:52:25 +01:00
vim_spec.lua paste: one undo-block per stream 2019-09-02 02:27:13 +02:00
window_spec.lua API: make nvim_win_set_option() set window-global, not buffer-local #9110 2019-09-01 19:38:50 -07:00