aboutsummaryrefslogtreecommitdiff
path: root/test/functional/options/shortmess_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-05-06 01:13:39 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-05-06 01:13:39 -0400
commit4682b21ef2a85949dc781410997c169a169402cb (patch)
treead2fb4b2775cd07150f74c383c8344dfffc4c314 /test/functional/options/shortmess_spec.lua
parent86eb339120d630aa5a4ab977d875b8acc701593c (diff)
parent360d0513d1ba2d6e2b8948daad5bb56f11db7070 (diff)
downloadrneovim-4682b21ef2a85949dc781410997c169a169402cb.tar.gz
rneovim-4682b21ef2a85949dc781410997c169a169402cb.tar.bz2
rneovim-4682b21ef2a85949dc781410997c169a169402cb.zip
Merge pull request #4654 from KillTheMule/testlint
Satisfy testlint.
Diffstat (limited to 'test/functional/options/shortmess_spec.lua')
-rw-r--r--test/functional/options/shortmess_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/options/shortmess_spec.lua b/test/functional/options/shortmess_spec.lua
index 04a64d2943..4455ef663f 100644
--- a/test/functional/options/shortmess_spec.lua
+++ b/test/functional/options/shortmess_spec.lua
@@ -1,6 +1,6 @@
local helpers = require('test.functional.helpers')
local Screen = require('test.functional.ui.screen')
-local clear, feed, execute = helpers.clear, helpers.feed, helpers.execute
+local clear, execute = helpers.clear, helpers.execute
describe("'shortmess'", function()
local screen