From 975a273125efa2f820c3e164c7ca8d05b1a24598 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Mon, 1 Aug 2022 06:54:35 +0800 Subject: test(old): unskip test that already passes --- src/nvim/testdir/test_window_cmd.vim | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/testdir') diff --git a/src/nvim/testdir/test_window_cmd.vim b/src/nvim/testdir/test_window_cmd.vim index d96fc2d789..83a3216534 100644 --- a/src/nvim/testdir/test_window_cmd.vim +++ b/src/nvim/testdir/test_window_cmd.vim @@ -1074,7 +1074,6 @@ func Test_split_cmds_with_no_room() endfunc func Test_window_resize() - throw 'Skipped: Nvim supports cmdheight=0' " Vertical :resize (absolute, relative, min and max size). vsplit vert resize 8 -- cgit