diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-02-28 18:47:47 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-03-14 19:22:16 +0800 |
commit | 120c4ec855bc654ae067fafdb63bb16460d97c88 (patch) | |
tree | 473e53713e077634e2cd1781af6e575b579abcfd /src/nvim/options.lua | |
parent | 8955cef0c6963678994347dbf95ed09fc8e29407 (diff) | |
download | rneovim-120c4ec855bc654ae067fafdb63bb16460d97c88.tar.gz rneovim-120c4ec855bc654ae067fafdb63bb16460d97c88.tar.bz2 rneovim-120c4ec855bc654ae067fafdb63bb16460d97c88.zip |
fix(terminal): disable reflow again
reverts https://github.com/neovim/neovim/commit/c855eee919f2d4edc9b9fa91b277454290fbabfe
This setting introduces constant CI failures on macos
(see https://github.com/neovim/neovim/issues/23762).
Diffstat (limited to 'src/nvim/options.lua')
-rw-r--r-- | src/nvim/options.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 411acbcc82..ca8e1eaec5 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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' }, |