diff options
author | Björn Linse <bjorn.linse@gmail.com> | 2019-06-21 14:14:51 +0200 |
---|---|---|
committer | Björn Linse <bjorn.linse@gmail.com> | 2019-09-28 17:46:25 +0200 |
commit | 06ee45b9b1c14c7ce6cb23403cdbe2852d495cad (patch) | |
tree | 307c230ae37ebd6775b7066c92991c7ba7038ed4 /test/functional/lua/treesitter_spec.lua | |
parent | 167a1cfdef0c4b3526830ad0356f06bf480df6af (diff) | |
download | rneovim-06ee45b9b1c14c7ce6cb23403cdbe2852d495cad.tar.gz rneovim-06ee45b9b1c14c7ce6cb23403cdbe2852d495cad.tar.bz2 rneovim-06ee45b9b1c14c7ce6cb23403cdbe2852d495cad.zip |
tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests)
Diffstat (limited to 'test/functional/lua/treesitter_spec.lua')
-rw-r--r-- | test/functional/lua/treesitter_spec.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/functional/lua/treesitter_spec.lua b/test/functional/lua/treesitter_spec.lua index f3f7f4fd0a..5aaaa80868 100644 --- a/test/functional/lua/treesitter_spec.lua +++ b/test/functional/lua/treesitter_spec.lua @@ -1,11 +1,9 @@ -- Test suite for testing interactions with API bindings local helpers = require('test.functional.helpers')(after_each) -local meths = helpers.meths local clear = helpers.clear local eq = helpers.eq local insert = helpers.insert -local meth_pcall = helpers.meth_pcall local exec_lua = helpers.exec_lua local iswin = helpers.iswin local feed = helpers.feed |