aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-11-27 09:33:12 +0100
committerJustin M. Keyes <justinkz@gmail.com>2017-11-27 09:45:32 +0100
commit6cf186edb5dec13bc7f4cd57be726d124af578de (patch)
tree17b5e54081db71af8f6e30d8da0020f3161594f1 /test/functional/ui
parentc8b40930c03844908c37c8aeade0a0f1156a0a0c (diff)
downloadrneovim-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.lua2
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()