mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test/functional: clean up according to luacheck (part 1)
This commit is contained in:
@@ -2,8 +2,7 @@ local helpers = require('test.functional.helpers')
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local clear, wait, nvim = helpers.clear, helpers.wait, helpers.nvim
|
||||
local nvim_dir = helpers.nvim_dir
|
||||
local execute, source = helpers.execute, helpers.source
|
||||
local eq, neq = helpers.eq, helpers.neq
|
||||
local execute = helpers.execute
|
||||
|
||||
describe(':terminal', function()
|
||||
local screen
|
||||
|
||||
Reference in New Issue
Block a user