aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/command_line_completion_spec.lua
diff options
context:
space:
mode:
authorchentau <tchen1998@gmail.com>2021-01-26 16:45:36 -0800
committerchentau <tchen1998@gmail.com>2021-01-26 17:09:35 -0800
commitf0ccac0ba4e386071f2c7581082edca3536360a4 (patch)
treea307c04acfc9ad8579868bf7579b95bb2322cd0d /test/functional/lua/command_line_completion_spec.lua
parentd82688973dfce2fe0d25acb9c9a0c34dc255c893 (diff)
downloadrneovim-f0ccac0ba4e386071f2c7581082edca3536360a4.tar.gz
rneovim-f0ccac0ba4e386071f2c7581082edca3536360a4.tar.bz2
rneovim-f0ccac0ba4e386071f2c7581082edca3536360a4.zip
lint
Diffstat (limited to 'test/functional/lua/command_line_completion_spec.lua')
-rw-r--r--test/functional/lua/command_line_completion_spec.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/lua/command_line_completion_spec.lua b/test/functional/lua/command_line_completion_spec.lua
index 31cd5cf02f..3ba7e1589f 100644
--- a/test/functional/lua/command_line_completion_spec.lua
+++ b/test/functional/lua/command_line_completion_spec.lua
@@ -2,7 +2,6 @@ local helpers = require('test.functional.helpers')(after_each)
local clear = helpers.clear
local eq = helpers.eq
-local funcs = helpers.funcs
local exec_lua = helpers.exec_lua
local get_completions = function(input, env)