diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-11-27 09:33:12 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2017-11-27 09:45:32 +0100 |
commit | 6cf186edb5dec13bc7f4cd57be726d124af578de (patch) | |
tree | 17b5e54081db71af8f6e30d8da0020f3161594f1 /test/functional/ui | |
parent | c8b40930c03844908c37c8aeade0a0f1156a0a0c (diff) | |
download | rneovim-6cf186edb5dec13bc7f4cd57be726d124af578de.tar.gz rneovim-6cf186edb5dec13bc7f4cd57be726d124af578de.tar.bz2 rneovim-6cf186edb5dec13bc7f4cd57be726d124af578de.zip |
lint
Diffstat (limited to 'test/functional/ui')
-rw-r--r-- | test/functional/ui/highlight_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua index 12d71a1603..2252e3580f 100644 --- a/test/functional/ui/highlight_spec.lua +++ b/test/functional/ui/highlight_spec.lua @@ -4,7 +4,7 @@ local os = require('os') local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert local command = helpers.command local eval, exc_exec = helpers.eval, helpers.exc_exec -local feed_command, request, eq = helpers.feed_command, helpers.request, helpers.eq +local feed_command, eq = helpers.feed_command, helpers.eq local curbufmeths = helpers.curbufmeths describe('colorscheme compatibility', function() |