mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
test: remove unnecessary nil argument to testutil (#28270)
This commit is contained in:
@@ -233,7 +233,7 @@ describe('--embed UI', function()
|
||||
}
|
||||
eq({ [16777215] = true }, seen)
|
||||
|
||||
-- NB: by accident how functional/t.lua currently handles the default color scheme, the
|
||||
-- NB: by accident how functional/testutil.lua currently handles the default color scheme, the
|
||||
-- above is sufficient to test the behavior. But in case that workaround is removed, we need
|
||||
-- a test with an explicit override like below, so do it to remain safe.
|
||||
startup('--cmd', 'hi NORMAL guibg=#FF00FF')
|
||||
|
||||
Reference in New Issue
Block a user