diff options
author | ZyX <kp-pav@yandex.ru> | 2017-02-23 01:38:54 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-02-23 19:48:41 +0300 |
commit | 9c1865c7f8e4a21e4e52cf90e686a155c3031ee5 (patch) | |
tree | e6a7f351057510bde8e2b7b4c44fbc5a7c4830bf /test/functional/api/buffer_spec.lua | |
parent | 858ac9d8e5d971db3d6f770d386fc964187a78b4 (diff) | |
download | rneovim-9c1865c7f8e4a21e4e52cf90e686a155c3031ee5.tar.gz rneovim-9c1865c7f8e4a21e4e52cf90e686a155c3031ee5.tar.bz2 rneovim-9c1865c7f8e4a21e4e52cf90e686a155c3031ee5.zip |
*: Fix linter errors
Diffstat (limited to 'test/functional/api/buffer_spec.lua')
-rw-r--r-- | test/functional/api/buffer_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/api/buffer_spec.lua b/test/functional/api/buffer_spec.lua index e58ae440cf..e7e2168238 100644 --- a/test/functional/api/buffer_spec.lua +++ b/test/functional/api/buffer_spec.lua @@ -4,7 +4,6 @@ local curbuf, curwin, eq = helpers.curbuf, helpers.curwin, helpers.eq local curbufmeths, ok = helpers.curbufmeths, helpers.ok local funcs = helpers.funcs local request = helpers.request -local neq = helpers.neq local NIL = helpers.NIL local meth_pcall = helpers.meth_pcall local command = helpers.command |