diff options
author | ZyX <kp-pav@yandex.ru> | 2017-11-06 20:28:37 +0300 |
---|---|---|
committer | ZyX <kp-pav@yandex.ru> | 2017-11-06 20:28:37 +0300 |
commit | 4aebd00a9eeeb2f56ff53dd4e383825e997ee7be (patch) | |
tree | 21fdcc712a9a7eaf0800088e644b372d402bf3d5 /test/unit/viml/helpers.lua | |
parent | 24a353364d6d186d528009fd0bb603d87183cf35 (diff) | |
download | rneovim-4aebd00a9eeeb2f56ff53dd4e383825e997ee7be.tar.gz rneovim-4aebd00a9eeeb2f56ff53dd4e383825e997ee7be.tar.bz2 rneovim-4aebd00a9eeeb2f56ff53dd4e383825e997ee7be.zip |
*: Fix linter errors
Diffstat (limited to 'test/unit/viml/helpers.lua')
-rw-r--r-- | test/unit/viml/helpers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/viml/helpers.lua b/test/unit/viml/helpers.lua index aeb886a66f..9d2d7b61c7 100644 --- a/test/unit/viml/helpers.lua +++ b/test/unit/viml/helpers.lua @@ -112,7 +112,6 @@ return { pline2lua = pline2lua, pstate_str = pstate_str, new_pstate = new_pstate, - intchar2lua = intchar2lua, conv_cmp_type = conv_cmp_type, pstate_set_str = pstate_set_str, } |