diff options
author | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-01 08:53:59 +0100 |
---|---|---|
committer | Jurica Bradaric <jbradaric@gmail.com> | 2016-02-01 08:54:13 +0100 |
commit | 63a12e1e2d0ed3c057f491e57b88e096b9d03215 (patch) | |
tree | 137bb6af2d6a9fdc000df061f89dbb63e8a71626 | |
parent | 696adeb0f652e32d5865e606117c3408ead6c97c (diff) | |
download | rneovim-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.lua | 2 |
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() |