mirror of
https://github.com/neovim/neovim.git
synced 2026-07-12 20:30:35 +00:00
fix(terminal): disable reflow again
reverts c855eee919
This setting introduces constant CI failures on macos
(see https://github.com/neovim/neovim/issues/23762).
This commit is contained in:
@@ -6573,9 +6573,6 @@ return {
|
||||
top are deleted if new lines exceed this limit.
|
||||
Minimum is 1, maximum is 100000.
|
||||
Only in |terminal| buffers.
|
||||
|
||||
Note: Lines that are not visible and kept in scrollback are not
|
||||
reflown when the terminal buffer is resized horizontally.
|
||||
]=],
|
||||
full_name = 'scrollback',
|
||||
redraw = { 'current_buffer' },
|
||||
|
||||
Reference in New Issue
Block a user