Files
neovim/runtime/doc
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-04 04:13:31 +01:00
2017-03-22 01:13:51 +01:00
2016-08-21 21:25:33 -04:00
2015-08-15 15:25:30 -03:00
2017-03-22 01:13:51 +01:00