mirror of
https://github.com/neovim/neovim.git
synced 2026-02-16 09:21:00 +10: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:
@@ -35,6 +35,7 @@ describe(':terminal window', function()
|
||||
|
||||
describe("with 'number'", function()
|
||||
it('wraps text', function()
|
||||
skip(is_os('win')) -- todo(clason): unskip when reenabling reflow
|
||||
feed([[<C-\><C-N>]])
|
||||
feed([[:set numberwidth=1 number<CR>i]])
|
||||
screen:expect([[
|
||||
@@ -64,7 +65,7 @@ describe(':terminal window', function()
|
||||
{7: 1 }tty ready |
|
||||
{7: 2 }rows: 6, cols: 48 |
|
||||
{7: 3 }abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO|
|
||||
{7: 4 }PQRSTUVWXYZrows: 6, cols: 41 |
|
||||
{7: 4 }WXYZrows: 6, cols: 41 |
|
||||
{7: 5 }{1: } |
|
||||
{7: 6 } |
|
||||
{3:-- TERMINAL --} |
|
||||
@@ -74,7 +75,7 @@ describe(':terminal window', function()
|
||||
{7: 1 }tty ready |
|
||||
{7: 2 }rows: 6, cols: 48 |
|
||||
{7: 3 }abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNO|
|
||||
{7: 4 }PQRSTUVWXYZrows: 6, cols: 41 |
|
||||
{7: 4 }WXYZrows: 6, cols: 41 |
|
||||
{7: 5 } abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMN|
|
||||
{7: 6 }OPQRSTUVWXYZ{1: } |
|
||||
{3:-- TERMINAL --} |
|
||||
@@ -84,6 +85,7 @@ describe(':terminal window', function()
|
||||
|
||||
describe("with 'statuscolumn'", function()
|
||||
it('wraps text', function()
|
||||
skip(is_os('win')) -- todo(clason): unskip when reenabling reflow
|
||||
command([[set number statuscolumn=++%l\ \ ]])
|
||||
screen:expect([[
|
||||
{7:++1 }tty ready |
|
||||
@@ -108,9 +110,9 @@ describe(':terminal window', function()
|
||||
screen:expect([[
|
||||
{7:++7 } |
|
||||
{7:++8 }abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR|
|
||||
{7:++9 }STUVWXYZ |
|
||||
{7:++9 }TUVWXYZ |
|
||||
{7:++10 }abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQR|
|
||||
{7:++11 }STUVWXYZrows: 6, cols: 44 |
|
||||
{7:++11 }TUVWXYZrows: 6, cols: 44 |
|
||||
{7:++12 }{1: } |
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user