aboutsummaryrefslogtreecommitdiff
path: root/test/functional/legacy/cdo_spec.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/legacy/cdo_spec.lua')
-rw-r--r--test/functional/legacy/cdo_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/legacy/cdo_spec.lua b/test/functional/legacy/cdo_spec.lua
index 4b313ede3f..5e46431cc1 100644
--- a/test/functional/legacy/cdo_spec.lua
+++ b/test/functional/legacy/cdo_spec.lua
@@ -1,6 +1,6 @@
-- Tests for the :cdo, :cfdo, :ldo and :lfdo commands
-local helpers = require('test.functional.helpers')
+local helpers = require('test.functional.helpers')(after_each)
local nvim, clear = helpers.meths, helpers.clear
local call, feed = helpers.call, helpers.feed
local source, eq = helpers.source, helpers.eq