diff options
author | chentau <tchen1998@gmail.com> | 2021-01-26 16:45:36 -0800 |
---|---|---|
committer | chentau <tchen1998@gmail.com> | 2021-01-26 17:09:35 -0800 |
commit | f0ccac0ba4e386071f2c7581082edca3536360a4 (patch) | |
tree | a307c04acfc9ad8579868bf7579b95bb2322cd0d /test/functional/lua/command_line_completion_spec.lua | |
parent | d82688973dfce2fe0d25acb9c9a0c34dc255c893 (diff) | |
download | rneovim-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.lua | 1 |
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) |