Files
neovim/test/functional
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-22 18:42:59 +01:00
2017-02-27 11:39:41 -05:00
2016-06-10 21:50:49 +03:00