mirror of
https://github.com/neovim/neovim.git
synced 2025-12-04 21:52:41 +00:00
test: clear(): remove opts.headless parameter
Callers can instead specify `args_rm={'--headless'}`.
TODO: should `nvim_argv` have "--headless" by default? Need to inspect
some uses of spawn(nvim_argv) ...
This commit is contained in:
@@ -8,7 +8,7 @@ local clear = helpers.clear
|
||||
local function test_embed(ext_linegrid)
|
||||
local screen
|
||||
local function startup(...)
|
||||
clear{headless=false, args={...}}
|
||||
clear{args_rm={'--headless'}, args={...}}
|
||||
|
||||
-- attach immediately after startup, for early UI
|
||||
screen = Screen.new(60, 8)
|
||||
|
||||
Reference in New Issue
Block a user