mirror of
https://github.com/neovim/neovim.git
synced 2025-11-23 10:36:29 +00:00
functests: Fix linter errors
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local clear, command, nvim = helpers.clear, helpers.command, helpers.nvim
|
||||
local expect, feed, command = helpers.expect, helpers.feed, helpers.command
|
||||
local expect, feed = helpers.expect, helpers.feed
|
||||
local eq, eval = helpers.eq, helpers.eval
|
||||
|
||||
describe(':emenu', function()
|
||||
|
||||
Reference in New Issue
Block a user