From 1d6e368159e4c92bf2b3f0004eb2f42215b61813 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Wed, 7 Aug 2019 14:19:50 +0200 Subject: Fix lualint: remove unused var --- test/functional/plugin/shada_spec.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'test/functional/plugin') diff --git a/test/functional/plugin/shada_spec.lua b/test/functional/plugin/shada_spec.lua index d8b9baa012..c0104a58f7 100644 --- a/test/functional/plugin/shada_spec.lua +++ b/test/functional/plugin/shada_spec.lua @@ -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 = -- cgit