aboutsummaryrefslogtreecommitdiff
path: root/test/functional/eval/match_functions_spec.lua
diff options
context:
space:
mode:
authorZyX <kp-pav@yandex.ru>2017-12-16 16:14:53 +0300
committerZyX <kp-pav@yandex.ru>2017-12-16 16:14:53 +0300
commit023631463cfe776f71492b8d853c473d0c547647 (patch)
tree112a8f4ca56553487d3440668d09dbd500905349 /test/functional/eval/match_functions_spec.lua
parent7f3b9a4acc503709c89a501aaee304ff208bd995 (diff)
downloadrneovim-023631463cfe776f71492b8d853c473d0c547647.tar.gz
rneovim-023631463cfe776f71492b8d853c473d0c547647.tar.bz2
rneovim-023631463cfe776f71492b8d853c473d0c547647.zip
functests: Fix linter error
Diffstat (limited to 'test/functional/eval/match_functions_spec.lua')
-rw-r--r--test/functional/eval/match_functions_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/eval/match_functions_spec.lua b/test/functional/eval/match_functions_spec.lua
index 0dc78de55e..7989b22b5e 100644
--- a/test/functional/eval/match_functions_spec.lua
+++ b/test/functional/eval/match_functions_spec.lua
@@ -4,7 +4,6 @@ local Screen = require('test.functional.ui.screen')
local eq = helpers.eq
local clear = helpers.clear
local funcs = helpers.funcs
-local meths = helpers.meths
local command = helpers.command
local exc_exec = helpers.exc_exec