diff options
author | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-26 21:14:33 +0200 |
---|---|---|
committer | KillTheMule <KillTheMule@users.noreply.github.com> | 2016-04-28 19:30:17 +0200 |
commit | 360d0513d1ba2d6e2b8948daad5bb56f11db7070 (patch) | |
tree | f365f1bae22f77bae5730b383b48b1646af21b33 /test/functional/api/tabpage_spec.lua | |
parent | e861af85f89e119193a9e219a4cb766757e28e5a (diff) | |
download | rneovim-360d0513d1ba2d6e2b8948daad5bb56f11db7070.tar.gz rneovim-360d0513d1ba2d6e2b8948daad5bb56f11db7070.tar.bz2 rneovim-360d0513d1ba2d6e2b8948daad5bb56f11db7070.zip |
Satisfy testlint.
For that, make luatest ignore the preload.lua files.
Diffstat (limited to 'test/functional/api/tabpage_spec.lua')
-rw-r--r-- | test/functional/api/tabpage_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/api/tabpage_spec.lua b/test/functional/api/tabpage_spec.lua index 0f59bbea7b..c782107714 100644 --- a/test/functional/api/tabpage_spec.lua +++ b/test/functional/api/tabpage_spec.lua @@ -3,7 +3,6 @@ local helpers = require('test.functional.helpers') local clear, nvim, tabpage, curtab, eq, ok = helpers.clear, helpers.nvim, helpers.tabpage, helpers.curtab, helpers.eq, helpers.ok -local wait = helpers.wait local curtabmeths = helpers.curtabmeths local funcs = helpers.funcs |