aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-08-07 14:19:50 +0200
committerDaniel Hahler <git@thequod.de>2019-08-07 14:20:23 +0200
commit1d6e368159e4c92bf2b3f0004eb2f42215b61813 (patch)
tree93de44625b94d9752c9595dab57b87145656f0b6
parent935ae63a48ab2a6a491aff1a58c4714bb758cfa9 (diff)
downloadrneovim-1d6e368159e4c92bf2b3f0004eb2f42215b61813.tar.gz
rneovim-1d6e368159e4c92bf2b3f0004eb2f42215b61813.tar.bz2
rneovim-1d6e368159e4c92bf2b3f0004eb2f42215b61813.zip
Fix lualint: remove unused var
-rw-r--r--test/functional/plugin/shada_spec.lua1
1 files changed, 0 insertions, 1 deletions
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 =