aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJurica Bradaric <jbradaric@gmail.com>2016-02-01 08:53:59 +0100
committerJurica Bradaric <jbradaric@gmail.com>2016-02-01 08:54:13 +0100
commit63a12e1e2d0ed3c057f491e57b88e096b9d03215 (patch)
tree137bb6af2d6a9fdc000df061f89dbb63e8a71626
parent696adeb0f652e32d5865e606117c3408ead6c97c (diff)
downloadrneovim-63a12e1e2d0ed3c057f491e57b88e096b9d03215.tar.gz
rneovim-63a12e1e2d0ed3c057f491e57b88e096b9d03215.tar.bz2
rneovim-63a12e1e2d0ed3c057f491e57b88e096b9d03215.zip
Remove unused variables from the test.
-rw-r--r--test/functional/legacy/search_mbyte_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/search_mbyte_spec.lua b/test/functional/legacy/search_mbyte_spec.lua
index 832fc1c831..d807e69b68 100644
--- a/test/functional/legacy/search_mbyte_spec.lua
+++ b/test/functional/legacy/search_mbyte_spec.lua
@@ -1,7 +1,7 @@
-- Test for search('multi-byte char', 'bce')
local helpers = require('test.functional.helpers')
-local feed, insert, source = helpers.feed, helpers.insert, helpers.source
+local insert = helpers.insert
local clear, execute, expect = helpers.clear, helpers.execute, helpers.expect
describe('search_mbyte', function()