aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/009_bufleave_autocommand_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/009_bufleave_autocommand_spec.lua')
-rw-r--r--test/functional/legacy/009_bufleave_autocommand_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/009_bufleave_autocommand_spec.lua b/test/functional/legacy/009_bufleave_autocommand_spec.lua
index 0fc1b5b657..8c18639c8f 100644
--- a/test/functional/legacy/009_bufleave_autocommand_spec.lua
+++ b/test/functional/legacy/009_bufleave_autocommand_spec.lua
@@ -1,7 +1,7 @@
-- Test for Bufleave autocommand that deletes the buffer we are about to edit.
local helpers = require('test.functional.helpers')
-local clear, feed, insert = helpers.clear, helpers.feed, helpers.insert
+local clear, insert = helpers.clear, helpers.insert
local execute, expect = helpers.execute, helpers.expect
describe('BufLeave autocommand', function()