diff options
author | ZyX <kp-pav@yandex.ru> | 2017-11-19 21:13:27 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-11-19 21:13:27 +0300 |
commit | f20f97c936f1438589c8176f62ce69c26e255f85 (patch) | |
tree | a39df3b653f20f13f6cfed9f814e837febfd170d /test/functional/api/vim_spec.lua | |
parent | a94255a7ac22649311f858e39b217543d0d7e5e8 (diff) | |
download | rneovim-f20f97c936f1438589c8176f62ce69c26e255f85.tar.gz rneovim-f20f97c936f1438589c8176f62ce69c26e255f85.tar.bz2 rneovim-f20f97c936f1438589c8176f62ce69c26e255f85.zip |
*: Fix linter errors
Diffstat (limited to 'test/functional/api/vim_spec.lua')
-rw-r--r-- | test/functional/api/vim_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/api/vim_spec.lua b/test/functional/api/vim_spec.lua index 3939bc9b52..2572675a58 100644 --- a/test/functional/api/vim_spec.lua +++ b/test/functional/api/vim_spec.lua @@ -12,7 +12,6 @@ local request = helpers.request local meth_pcall = helpers.meth_pcall local command = helpers.command -local REMOVE_THIS = global_helpers.REMOVE_THIS local intchar2lua = global_helpers.intchar2lua local format_string = global_helpers.format_string local mergedicts_copy = global_helpers.mergedicts_copy |