mirror of
https://github.com/neovim/neovim.git
synced 2025-12-08 23:52:39 +00:00
test/functional: clean up according to luacheck (part 1)
This commit is contained in:
@@ -2,7 +2,7 @@ local helpers = require('test.functional.helpers')
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local thelpers = require('test.functional.terminal.helpers')
|
||||
local feed, clear, nvim = helpers.feed, helpers.clear, helpers.nvim
|
||||
local nvim_dir, execute, eq = helpers.nvim_dir, helpers.execute, helpers.eq
|
||||
local nvim_dir, execute = helpers.nvim_dir, helpers.execute
|
||||
local hide_cursor = thelpers.hide_cursor
|
||||
local show_cursor = thelpers.show_cursor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user