diff options
author | kylo252 <[email protected]> | 2022-01-04 09:47:59 +0100 |
---|---|---|
committer | kylo252 <[email protected]> | 2022-01-05 09:34:18 +0100 |
commit | 5df1119365b871e46ab4efb4ff26df4ca5e50a63 (patch) | |
tree | 9a362dc60c82ef443b17e402ca70a79395d18471 /tests/specs/bootstrap_spec.lua | |
parent | 678e3d98875db7f67ccf6159bdd79e2b894f542e (diff) |
refactor(settings): add headless-mode settings (#2134)
Diffstat (limited to 'tests/specs/bootstrap_spec.lua')
-rw-r--r-- | tests/specs/bootstrap_spec.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/specs/bootstrap_spec.lua b/tests/specs/bootstrap_spec.lua index c86d22d4..b866e4d4 100644 --- a/tests/specs/bootstrap_spec.lua +++ b/tests/specs/bootstrap_spec.lua @@ -27,6 +27,7 @@ a.describe("initial start", function() end) a.it("should be able to pass basic checkhealth without errors", function() + vim.cmd "set cmdheight&" vim.cmd "checkhealth nvim" local errmsg = vim.fn.eval "v:errmsg" local exception = vim.fn.eval "v:exception" |