diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-05-07 13:22:58 +0800 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-05-10 19:29:11 +0200 |
commit | cdc32e72f92e68a63e58979eb16d952bb7008b45 (patch) | |
tree | 4bde603225d0b4c71ac18d5a0d133f125dc03f66 | |
parent | 0bfc1f33a02e2ea405a2df7eee67f093b56fa997 (diff) | |
download | rneovim-cdc32e72f92e68a63e58979eb16d952bb7008b45.tar.gz rneovim-cdc32e72f92e68a63e58979eb16d952bb7008b45.tar.bz2 rneovim-cdc32e72f92e68a63e58979eb16d952bb7008b45.zip |
Testlinting.
Missed in
https://github.com/neovim/neovim/pull/4644/commits/fd3088b425b8c1f4f41eb715201e429ddd37af32
-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() |