mirror of
https://github.com/neovim/neovim.git
synced 2025-11-26 20:20:42 +00:00
test/functional: clean up according to luacheck (part 1)
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
|
||||
local helpers = require('test.functional.helpers')
|
||||
local nvim, eq, neq, ok, eval
|
||||
= helpers.nvim, helpers.eq, helpers.neq, helpers.ok, helpers.eval
|
||||
local nvim, eq, neq, eval = helpers.nvim, helpers.eq, helpers.neq, helpers.eval
|
||||
local clear = helpers.clear
|
||||
|
||||
describe('serverstart(), serverstop()', function()
|
||||
|
||||
Reference in New Issue
Block a user