From f6c72b745cfbaaba80555de9a5d4b25f30f17ab2 Mon Sep 17 00:00:00 2001 From: Gregory Anders Date: Tue, 17 Aug 2021 12:12:09 -0600 Subject: feat(defaults): set hidden --- test/functional/ex_cmds/drop_spec.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional') diff --git a/test/functional/ex_cmds/drop_spec.lua b/test/functional/ex_cmds/drop_spec.lua index ef53fe75e3..9d84a2d4f6 100644 --- a/test/functional/ex_cmds/drop_spec.lua +++ b/test/functional/ex_cmds/drop_spec.lua @@ -55,6 +55,7 @@ describe(":drop", function() end) it("splits off a new window when a buffer can't be abandoned", function() + command("set nohidden") feed_command("edit tmp1") feed_command("vsplit") feed_command("edit tmp2") -- cgit