diff options
author | Rom Grk <romgrk.cc@gmail.com> | 2020-11-06 23:44:32 -0500 |
---|---|---|
committer | Rom Grk <romgrk.cc@gmail.com> | 2020-11-06 23:44:32 -0500 |
commit | cedfc1b7477060917a31d4f1c526db3da0deb15c (patch) | |
tree | d096487e981f847f379153b4f2d8dfb922a001c5 | |
parent | 4ed6f6949737749521b342d164d8695e8958d02f (diff) | |
download | rneovim-cedfc1b7477060917a31d4f1c526db3da0deb15c.tar.gz rneovim-cedfc1b7477060917a31d4f1c526db3da0deb15c.tar.bz2 rneovim-cedfc1b7477060917a31d4f1c526db3da0deb15c.zip |
my fight with the linter (tome II)
-rw-r--r-- | test/functional/autocmd/winscrolled_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/autocmd/winscrolled_spec.lua b/test/functional/autocmd/winscrolled_spec.lua index 646baf08ea..1ef5a37479 100644 --- a/test/functional/autocmd/winscrolled_spec.lua +++ b/test/functional/autocmd/winscrolled_spec.lua @@ -3,7 +3,6 @@ local helpers = require('test.functional.helpers')(after_each) local clear = helpers.clear local eq = helpers.eq local eval = helpers.eval -local funcs = helpers.funcs local source = helpers.source describe('WinScrolled', function() |