aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ex_cmds/drop_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2021-08-19 06:13:08 -0700
committerGitHub <noreply@github.com>2021-08-19 06:13:08 -0700
commit19a0d90bb3479bb6516be229f6001646329d842f (patch)
tree9c4aa1f2c91d71c10cc42e9e3eed04627cc97482 /test/functional/ex_cmds/drop_spec.lua
parent7bff642169438a66557b65d6aba80536eaf570fa (diff)
parentd8ab8cccd0cf5acdf3e7c3ca229cad4160a6fc2e (diff)
downloadrneovim-19a0d90bb3479bb6516be229f6001646329d842f.tar.gz
rneovim-19a0d90bb3479bb6516be229f6001646329d842f.tar.bz2
rneovim-19a0d90bb3479bb6516be229f6001646329d842f.zip
Merge #15410 defaults: 'hidden', 'nojoinspaces'
ref #6289
Diffstat (limited to 'test/functional/ex_cmds/drop_spec.lua')
-rw-r--r--test/functional/ex_cmds/drop_spec.lua1
1 files changed, 1 insertions, 0 deletions
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")