feat(defaults): set hidden

This commit is contained in:
Gregory Anders
2021-08-17 12:12:09 -06:00
parent 15b736d6e8
commit f6c72b745c
4 changed files with 4 additions and 2 deletions

View File

@@ -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")