Files
neovim/test/functional
Marco Hinz 91688b4883 options: set 'scrollback' to -1 by default #9563
Makes the 'scrollback' option more consistent (same default for all buffers) and future-proof.

- Default to -1 for all buffers, but treat it as an implementation detail.
- Document range of 1 - 100_000.
- New terminal buffer by default sets scrollback=10_000 if the global default is -1.
- Existing terminal buffer: On entering terminal-mode or on refresh, if the user explicitly did `:set[local] scbk=-1`, the local value goes to 100_000 (max). (This is undocumented on purpose. Users should work with explicit values in the range of 1-100_000.)
2019-02-04 02:53:23 +01:00
..
2019-02-04 02:39:05 +01:00
2019-01-31 22:26:32 +01:00
2019-01-27 00:51:58 +01:00
2018-12-31 01:06:17 +01:00
2019-01-17 23:24:03 +01:00
2016-06-10 21:50:49 +03:00