diff options
author | zeertzjq <zeertzjq@outlook.com> | 2022-08-01 06:54:35 +0800 |
---|---|---|
committer | zeertzjq <zeertzjq@outlook.com> | 2022-08-01 06:54:35 +0800 |
commit | 975a273125efa2f820c3e164c7ca8d05b1a24598 (patch) | |
tree | 4c305d2f16cebd02f24a1bbf69cbaf8338bc7d4e | |
parent | c9ca90229b9b46782cad83502caaccaa7520dc0d (diff) | |
download | rneovim-975a273125efa2f820c3e164c7ca8d05b1a24598.tar.gz rneovim-975a273125efa2f820c3e164c7ca8d05b1a24598.tar.bz2 rneovim-975a273125efa2f820c3e164c7ca8d05b1a24598.zip |
test(old): unskip test that already passes
-rw-r--r-- | src/nvim/testdir/test_window_cmd.vim | 1 |
1 files changed, 0 insertions, 1 deletions
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 |