diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-04-28 11:01:16 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-04-28 11:01:16 +0200 |
commit | 4744142fad9209a1adaa190b9bf16ddcbcb67ca9 (patch) | |
tree | 45f5542cc8683074bfccd0444499d4420555ca8a /test/unit/undo_spec.lua | |
parent | 6208c7fb9894c76ac77b1636cab73b923d66f633 (diff) | |
download | rneovim-4744142fad9209a1adaa190b9bf16ddcbcb67ca9.tar.gz rneovim-4744142fad9209a1adaa190b9bf16ddcbcb67ca9.tar.bz2 rneovim-4744142fad9209a1adaa190b9bf16ddcbcb67ca9.zip |
lint
Diffstat (limited to 'test/unit/undo_spec.lua')
-rw-r--r-- | test/unit/undo_spec.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/unit/undo_spec.lua b/test/unit/undo_spec.lua index ab172e89f2..f23110b329 100644 --- a/test/unit/undo_spec.lua +++ b/test/unit/undo_spec.lua @@ -4,7 +4,6 @@ local lfs = require('lfs') local child_call_once = helpers.child_call_once local global_helpers = require('test.helpers') -local hexdump = global_helpers.hexdump local sleep = global_helpers.sleep local ffi = helpers.ffi |