Files
neovim/test/functional/terminal
Jakob Schnitzer 7bc37ffb22 terminal: global 'scrollback' #6352
Make the 'scrollback' option work like most other buffer-local options:
- `:set scrollback=x` sets the global and local value
- `:setglobal scrollback=x` sets only the global default
- new terminal buffers inherit the global

Normal buffers are still always -1, and :setlocal there is an error.

Closes #6337
2017-03-27 13:43:20 +02:00
..
2017-03-06 12:40:22 +01:00
2017-03-01 14:47:49 +01:00