mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
ext_cmdline: lint
This commit is contained in:
committed by
Björn Linse
parent
26fd70bd18
commit
b7a8a76f6e
@@ -1,7 +1,6 @@
|
||||
local helpers = require('test.functional.helpers')(after_each)
|
||||
local Screen = require('test.functional.ui.screen')
|
||||
local clear, feed, execute, eq = helpers.clear, helpers.feed, helpers.execute, helpers.eq
|
||||
local funcs = helpers.funcs
|
||||
local clear, feed, eq = helpers.clear, helpers.feed, helpers.eq
|
||||
|
||||
if helpers.pending_win32(pending) then return end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user