diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-09-21 18:26:25 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-09-21 19:00:52 +0200 |
commit | 4e4b1b65903b973cb447b5a70413d0e0363c20f0 (patch) | |
tree | 6af19ec7f4acd5db4b4ffedbbd2afeda32d08ca6 /test/functional/terminal/window_spec.lua | |
parent | e5c174421df3872df0dd3a676609d1e74dfef6a9 (diff) | |
download | rneovim-4e4b1b65903b973cb447b5a70413d0e0363c20f0.tar.gz rneovim-4e4b1b65903b973cb447b5a70413d0e0363c20f0.tar.bz2 rneovim-4e4b1b65903b973cb447b5a70413d0e0363c20f0.zip |
test(terminal): unskip wrap tests on windows
These should have been unskipped again when reflow was reenabled.
Diffstat (limited to 'test/functional/terminal/window_spec.lua')
-rw-r--r-- | test/functional/terminal/window_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/terminal/window_spec.lua b/test/functional/terminal/window_spec.lua index f97bfd0a2f..fdb606e959 100644 --- a/test/functional/terminal/window_spec.lua +++ b/test/functional/terminal/window_spec.lua @@ -57,7 +57,6 @@ 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([[ @@ -107,7 +106,6 @@ 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 | |