mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 10:28:33 +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:
3
runtime/lua/vim/_meta/options.lua
generated
3
runtime/lua/vim/_meta/options.lua
generated
@@ -5195,9 +5195,6 @@ vim.wo.scr = vim.wo.scroll
|
||||
--- 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.
|
||||
---
|
||||
--- @type integer
|
||||
vim.o.scrollback = -1
|
||||
vim.o.scbk = vim.o.scrollback
|
||||
|
||||
Reference in New Issue
Block a user