diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2016-02-02 20:23:12 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2016-02-02 20:23:12 +0100 |
commit | 3d15cab29d2dc2448066e6b839a04d88859ab0db (patch) | |
tree | b2623b7884399451bd0687cff17d2330c9ddc638 /test/functional/legacy/eval_spec.lua | |
parent | 5308585adf8140e232602c96e22909371736d826 (diff) | |
download | rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.tar.gz rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.tar.bz2 rneovim-3d15cab29d2dc2448066e6b839a04d88859ab0db.zip |
Tests: fix according to lualint
Diffstat (limited to 'test/functional/legacy/eval_spec.lua')
-rw-r--r-- | test/functional/legacy/eval_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/eval_spec.lua b/test/functional/legacy/eval_spec.lua index 05cd73dbd4..1c81b47ed6 100644 --- a/test/functional/legacy/eval_spec.lua +++ b/test/functional/legacy/eval_spec.lua @@ -3,7 +3,7 @@ local helpers = require('test.functional.helpers') local feed, insert, source = helpers.feed, helpers.insert, helpers.source local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect -local eq, eval, wait, write_file = helpers.eq, helpers.eval, helpers.wait, helpers.write_file +local eq, eval, write_file = helpers.eq, helpers.eval, helpers.write_file local function has_clipboard() clear() |