diff options
author | ZyX <kp-pav@yandex.ru> | 2017-04-09 03:31:13 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-04-09 03:31:13 +0300 |
commit | f5be643205e98fcecc41c0b7ce19a5a22f692f2c (patch) | |
tree | ec727efb1a2a2943cecaed07b9f53a042e6549be /test/functional/ex_cmds/menu_spec.lua | |
parent | 0ac2afdec73711d8006d6227fcb1d7b658ccf184 (diff) | |
download | rneovim-f5be643205e98fcecc41c0b7ce19a5a22f692f2c.tar.gz rneovim-f5be643205e98fcecc41c0b7ce19a5a22f692f2c.tar.bz2 rneovim-f5be643205e98fcecc41c0b7ce19a5a22f692f2c.zip |
functests: Fix linter errors
Diffstat (limited to 'test/functional/ex_cmds/menu_spec.lua')
-rw-r--r-- | test/functional/ex_cmds/menu_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/ex_cmds/menu_spec.lua b/test/functional/ex_cmds/menu_spec.lua index 8c249d6918..57198600b9 100644 --- a/test/functional/ex_cmds/menu_spec.lua +++ b/test/functional/ex_cmds/menu_spec.lua @@ -1,6 +1,6 @@ local helpers = require('test.functional.helpers')(after_each) local clear, command, nvim = helpers.clear, helpers.command, helpers.nvim -local expect, feed, command = helpers.expect, helpers.feed, helpers.command +local expect, feed = helpers.expect, helpers.feed local eq, eval = helpers.eq, helpers.eval describe(':emenu', function() |