Fix lualint: remove unused var

This commit is contained in:
Daniel Hahler 2019-08-07 14:19:50 +02:00
parent 935ae63a48
commit 1d6e368159
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
local paths = require('test.config.paths')
local helpers = require('test.functional.helpers')(after_each)
local clear = helpers.clear
local eq, nvim_eval, nvim_command, nvim, exc_exec, funcs, nvim_feed, curbuf =