diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-05-11 09:08:13 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-05-11 09:08:13 -0400 |
commit | 80e84550b2960c0be6ea78e795cb6aa0a7fecdae (patch) | |
tree | 4bde603225d0b4c71ac18d5a0d133f125dc03f66 /test/functional/viml/completion_spec.lua | |
parent | 0bfc1f33a02e2ea405a2df7eee67f093b56fa997 (diff) | |
parent | cdc32e72f92e68a63e58979eb16d952bb7008b45 (diff) | |
download | rneovim-80e84550b2960c0be6ea78e795cb6aa0a7fecdae.tar.gz rneovim-80e84550b2960c0be6ea78e795cb6aa0a7fecdae.tar.bz2 rneovim-80e84550b2960c0be6ea78e795cb6aa0a7fecdae.zip |
Merge pull request #4724 from KillTheMule/more-testlint
Testlinting.
Diffstat (limited to 'test/functional/viml/completion_spec.lua')
-rw-r--r-- | test/functional/viml/completion_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/viml/completion_spec.lua b/test/functional/viml/completion_spec.lua index 0271540fe3..2b3844bf6d 100644 --- a/test/functional/viml/completion_spec.lua +++ b/test/functional/viml/completion_spec.lua @@ -2,7 +2,6 @@ local helpers = require('test.functional.helpers') local Screen = require('test.functional.ui.screen') local clear, feed = helpers.clear, helpers.feed local eval, eq, neq = helpers.eval, helpers.eq, helpers.neq -local insert = helpers.insert local execute, source, expect = helpers.execute, helpers.source, helpers.expect describe('completion', function() |