diff options
author | ZyX <kp-pav@yandex.ru> | 2017-12-16 16:14:53 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-12-16 16:14:53 +0300 |
commit | 023631463cfe776f71492b8d853c473d0c547647 (patch) | |
tree | 112a8f4ca56553487d3440668d09dbd500905349 /test/functional/eval/match_functions_spec.lua | |
parent | 7f3b9a4acc503709c89a501aaee304ff208bd995 (diff) | |
download | rneovim-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.lua | 1 |
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 |